Class TStrictMath
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.lang.TStrictMath
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TStrictMath
public TStrictMath()
-
-
Method Details
-
sqrt
public static double sqrt(double aValue) -
sin
public static double sin(double aValue) -
cos
public static double cos(double aValue) -
round
public static int round(float aFloat) -
atan2
public static double atan2(double aValue1, double aValue2)
-