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 doubleatan2(double aValue1, double aValue2)static doublecos(double aValue)static intround(float aFloat)static doublesin(double aValue)static doublesqrt(double aValue)
-