Calculates the absolute value
Calculates the arc cosine of x, returning a value ranging from 0 to π.
Complex inverse cosine
Calculates the inverse hyperbolic cosine of x.
Calculates the arc sine of x, returning a value ranging from -π/2 to π/2.
Complex inverse sine
Calculates the inverse hyperbolic sine of x.
Calculates the arc tangent of x, returning a value ranging from -π/2 to π/2.
Calculates the arc tangent of y / x, returning a value ranging from -π to π.
Sine, cosine, and arctangent of multiple of π
Calculates the inverse hyperbolic tangent of x, returning a value from ranging from -1 to 1.
Calculates the cube root of x.
Returns the value of x rounded upward to the next integer (toward positive infinity).
Complex conjugate
Returns cosine of x. x is in radians.
cosine, complex and imaginary
Sine, cosine, and arctangent of multiple of π
Calculates the hyperbolic cosine of x.
hyperbolic cosine, complex and imaginary
Does an integer division, rounding towards the nearest integer. Rounds to the even one if both integers are equal near.
Calculates e$(SUP x).
Exponential, complex and imaginary
Calculates 2$(SUP x).
Calculates the value of the natural logarithm base (e) raised to the power of x, minus 1.
Returns the value of x rounded downward to the next integer (toward negative infinity).
Calculates the length of the hypotenuse of a right-angled triangle with sides of length x and y. The hypotenuse is the value of the square root of the sums of the squares of x and y:
Calculate the natural logarithm of x.
Natural logarithm, complex
Calculate the base-10 logarithm of x.
Calculates the natural logarithm of 1 + x.
Calculates the base-2 logarithm of x: log2x
Return the maximum of the supplied arguments.
Returns the maximum of x and y, favouring NaNs over numbers
Returns the maximum number of x and y, favouring numbers over NaNs.
Return the minimum of the supplied arguments.
Returns the minimum of x and y, favouring NaNs over numbers
Returns the minimum number of x and y, favouring numbers over NaNs.
Evaluate polynomial A(x) = a0 + a1x + a2x2 + a3x3; ...
Fast integral powers.
Calculates x$(SUP y).
Integer pow function. Returns the power'th power of base
Rounds x to the nearest int or long.
Rounds x to the nearest int or long.
Return the value of x rounded to the nearest integer. If the fractional part of x is exactly 0.5, the return value is rounded to the even integer.
Returns sine of x. x is in radians.
sine, complex and imaginary
Sine, cosine, and arctangent of multiple of π
Calculates the hyperbolic sine of x.
hyperbolic sine, complex and imaginary
Compute square root of x.
Compute square root of x.
Returns tangent of x. x is in radians.
Calculates the hyperbolic tangent of x.
Returns the integer portion of x, dropping the fractional portion.
e
Euler-Mascheroni constant 0.57721566..
ln 10
ln 2
log10e
log102
log2e
log210
log(real.max)
log(real.min*real.epsilon)
1 / π
2 / π
2 / √π
$(_PI)
π / 2
π / 4
√$(HALF)
√2