|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.coords.Trigod
public class Trigod
Trigonometric Function in degrees.
This class is based on C routintes by Francois Ochsenbein [ESO-IPG].
Constructor Summary | |
---|---|
Trigod()
|
Method Summary | |
---|---|
static double |
acosd(double x)
Computes the Arc cos in degrees (Range of argument [-1, +1]). |
static double |
atan2d(double x,
double y)
Cartesian to polar. |
static double |
atand(double x)
|
static double |
cosd(double x)
Computation of cosine (argument in degrees). |
static double |
sind(double x)
Computes the sine (argument in degrees) |
static double |
tand(double x)
Computes the tangent (argument in degrees). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Trigod()
Method Detail |
---|
public static double cosd(double x)
x
- argument in degrees
public static double sind(double x)
public static double tand(double x)
public static double atand(double x)
public static double atan2d(double x, double y)
x
- X argument in degrees.y
- Y argument in degrees.
public static double acosd(double x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |