de.grogra.math
Class Degree
java.lang.Object
de.grogra.math.Degree
public final class Degree
- extends java.lang.Object
Method Summary |
static double |
acos(double x)
|
static double |
asin(double x)
|
static double |
atan(double x)
|
static double |
cos(double x)
|
static double |
sin(double x)
|
static double |
tan(double x)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
acos
public static double acos(double x)
asin
public static double asin(double x)
atan
public static double atan(double x)
cos
public static double cos(double x)
sin
public static double sin(double x)
tan
public static double tan(double x)