Property |
Description |
constructor |
A reference to the function that created the object |
E |
Returns Euler's constant (approx. 2.718) |
LN2 |
Returns the natural logarithm of 2 (approx. 0.693) |
LN10 |
Returns the natural logarithm of 10 (approx. 2.302) |
LOG2E |
Returns the base-2 logarithm of E (approx. 1.414) |
LOG10E |
Returns the base-10 logarithm of E (approx. 0.434) |
PI |
Returns PI (approx. 3.14159) |
prototype |
Allows you to add properties and methods to the object |
SQRT1_2 |
Returns the square root of 1/2 (approx. 0.707) |
SQRT2 |
Returns the square root of 2 (approx. 1.414) |