Package java.lang
Class StrictMath
- java.lang.Object
-
- java.lang.StrictMath
-
public class StrictMath extends java.lang.Object
GWT 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 double
atan2(double y, double x)
static double
cos(double a)
static int
round(float a)
static double
sin(double a)
static double
sqrt(double a)
-