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 inverse hyperbolic cosine of a number.
A numeric expression that contains an angle measured in radians.
Returns the arcsine of a number.
A numeric expression.
Returns the inverse hyperbolic sine of a number.
A numeric expression that contains an angle measured in radians.
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 inverse hyperbolic tangent of a number.
A numeric expression that contains an angle measured in radians.
Returns an implementation-dependent approximation to the cube root of number.
A numeric expression.
Returns the smallest integer greater than or equal to its numeric argument.
A numeric expression.
Returns the number of leading zero bits in the 32-bit binary representation of a number.
A numeric expression.
Returns the cosine of a number.
A numeric expression that contains an angle measured in radians.
Returns the hyperbolic 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 result of (e^x - 1), which is an implementation-dependent approximation to subtracting 1 from the exponential function of x (e raised to the power of x, where e is the base of the natural logarithms).
A numeric expression.
Returns the greatest integer less than or equal to its numeric argument.
A numeric expression.
Returns the nearest single precision float representation of a number.
A numeric expression.
Returns the square root of the sum of squares of its arguments.
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.
Returns the result of 32-bit multiplication of two numbers.
First number
Second number
Returns the natural logarithm (base e) of a number.
A numeric expression.
Returns the base 10 logarithm of a number.
A numeric expression.
Returns the natural logarithm of 1 + x.
A numeric expression.
Returns the base 2 logarithm 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 sign of the x, indicating whether x is positive, negative or zero.
The numeric expression to test
Returns the sine of a number.
A numeric expression that contains an angle measured in radians.
Returns the hyperbolic 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.
Returns the hyperbolic tangent of a number.
A numeric expression that contains an angle measured in radians.
Returns the integral part of the a numeric expression, x, removing any fractional digits. If x is already an integer, the result is x.
A numeric expression.
The mathematical constant e. This is Euler's number, the base of natural logarithms.