Readonly
EReadonly
LN10The natural logarithm of 10.
Readonly
LN2The natural logarithm of 2.
Readonly
LOG10EThe base-10 logarithm of e.
Readonly
LOG2EThe base-2 logarithm of e.
Readonly
PIPi. This is the ratio of the circumference of a circle to its diameter.
Readonly
SQRT1_The square root of 0.5, or, equivalently, one divided by the square root of 2.
Readonly
SQRT2The square root of 2.
Readonly
[toReturns the square root of the sum of squares of its arguments.
Rest
...values: number[]Values to compute the square root for. If no arguments are passed, the result is +0. If there is only one argument, the result is the absolute value. If any argument is +Infinity or -Infinity, the result is +Infinity. If any argument is NaN, the result is NaN. If all arguments are either +0 or −0, the result is +0.
The mathematical constant e. This is Euler's number, the base of natural logarithms.