Package java.lang
Class StrictMath
- java.lang.Object
-
- java.lang.StrictMath
-
public class StrictMath extends java.lang.ObjectGWT doesn't support strict math, so we "emulate" it with non-strict math.
-
-
Constructor Summary
Constructors Constructor Description StrictMath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubleatan2(double y, double x)static doublecos(double a)static intround(float a)static doublesin(double a)static doublesqrt(double a)
-