Class TStrictMath
- java.lang.Object
-
- de.mirkosertic.bytecoder.classlib.java.lang.TStrictMath
-
public class TStrictMath extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TStrictMath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
atan2(double aValue1, double aValue2)
static double
cos(double aValue)
static int
round(float aFloat)
static double
sin(double aValue)
static double
sqrt(double aValue)
-