The mathematical constant e. This is Euler's number, the base of natural logarithms.
The natural logarithm of 10.
The natural logarithm of 2.
The base-10 logarithm of e.
The base-2 logarithm of e.
Pi. This is the ratio of the circumference of a circle to its diameter.
The square root of 0.5, or, equivalently, one divided by the square root of 2.
The square root of 2.
Returns the absolute value of a number (the value without regard to whether it is positive or negative). For example, the absolute value of -5 is the same as the absolute value of 5.
A numeric expression for which the absolute value is needed.
Returns the arc cosine (or inverse cosine) of a number.
A numeric expression.
Returns the arcsine of a number.
A numeric expression.
Returns the arctangent of a number.
A numeric expression for which the arctangent is needed.
Returns the angle (in radians) from the X axis to a point.
A numeric expression representing the cartesian y-coordinate.
A numeric expression representing the cartesian x-coordinate.
Returns the smallest number greater than or equal to its numeric argument.
A numeric expression.
Returns the cosine of a number.
A numeric expression that contains an angle measured in radians.
Returns e (the base of natural logarithms) raised to a power.
A numeric expression representing the power of e.
Returns the greatest number less than or equal to its numeric argument.
A numeric expression.
Returns the natural logarithm (base e) of a number.
A numeric expression.
Returns the larger of a set of supplied numeric expressions.
Numeric expressions to be evaluated.
Returns the smaller of a set of supplied numeric expressions.
Numeric expressions to be evaluated.
Returns the value of a base expression taken to a specified power.
The base value of the expression.
The exponent value of the expression.
Returns a pseudorandom number between 0 and 1.
Returns a supplied numeric expression rounded to the nearest number.
The value to be rounded to the nearest number.
Returns the sine of a number.
A numeric expression that contains an angle measured in radians.
Returns the square root of a number.
A numeric expression.
Returns the tangent of a number.
A numeric expression that contains an angle measured in radians.
Generated using TypeDoc
An intrinsic object that provides basic mathematics functionality and constants.