Numeric Functions
acos
Compute the arccosine of the input expression (returned as radians). Supported Signatures
acosh
Compute the inverse hyperbolic cosine of the input expression. Supported Signatures
asin
Compute the arcsine of the input expression (returned as radians). Supported Signatures
asinh
Compute the inverse hyperbolic sine of the input expression. Supported Signatures
atan
Compute the arctangent of the input expression (returned as radians). Supported Signatures
atan2
Compute the angle (in radians) between the x-axis and point (x, y). Supported Signatures
atanh
Compute the inverse hyperbolic tangent of the input expression (as radians). Supported Signatures
cbrt
Compute the cubic root of the input expression. Supported Signatures
ceil
round to the nearest integer not smaller than input Supported Signatures
cos
Compute the cosine of the input expression (as radians). Supported Signatures
cosh
Compute the hyperbolic cosine of the input expression. Supported Signatures
cot
Compute the cotangent of the input expression (as radians). Supported Signatures
degrees
convert r (radians) to degrees. Supported Signatures
div0
Divides two numbers; returns 0 if divisor is 0 Supported Signatures
div0null
Divides two numbers; returns 0 if divisor is 0 or null Supported Signatures
exp
returns e raised to the xβth power Supported Signatures
factorial
Factorial of f Supported Signatures
floor
round to the nearest integer not greater than input Supported Signatures
ln
returns the natural logarithm of a Supported Signatures
log
returns the logarithm base b of a Supported Signatures
mod
Computes modulo of two numbers Supported Signatures
pi
Returns the constant pi. Supported Signatures
pow
returns x raised to the yβth power Supported Signatures
power
returns x raised to the yβth power Supported Signatures
radians
convert d (degrees) to radians. Supported Signatures
round
round to the nearest integer, with .5 rounded away from 0 Supported Signatures
sign
returns sign of x Supported Signatures
sin
Compute the sine of the input expression (as radians). Supported Signatures
sinh
Compute the hyperbolic sine of the input expression. Supported Signatures
sqrt
Compute the square root of the input expression. Supported Signatures
square
Compute the square of the input expression. Supported Signatures
tan
Compute the tangent of the input expression (as radians). Supported Signatures
tanh
Compute the hyperbolic tangent of the input expression (as radians). Supported Signatures
truncate
truncate the fractional or date part Supported Signatures
width_bucket
returns the bucket a value falls into in an equiwidth histogram Supported Signatures