JS.6 Math Object Functions
The Math object is a top-level object, and has some numerical constants as properties (e.g. Math.PI returns 3.141592653589793). The complete list of constants is: E, LN10, LN2, LOG10E, LOG2E, PI, SQRT1_2, SQRT2.
Math also provides many static functions. They can be accessed without an instance of the object.
| << reverse() | © 1996-2013 InetSoft Technology Corporation (v11.4) | abs(number) >> |