Skip to main content

acos

Compute the arccosine of the input expression (returned as radians). Supported Signatures
πŸ”— Official Documentation

acosh

Compute the inverse hyperbolic cosine of the input expression. Supported Signatures
πŸ”— Official Documentation

asin

Compute the arcsine of the input expression (returned as radians). Supported Signatures
πŸ”— Official Documentation

asinh

Compute the inverse hyperbolic sine of the input expression. Supported Signatures
πŸ”— Official Documentation

atan

Compute the arctangent of the input expression (returned as radians). Supported Signatures
πŸ”— Official Documentation

atan2

Compute the angle (in radians) between the x-axis and point (x, y). Supported Signatures
πŸ”— Official Documentation

atanh

Compute the inverse hyperbolic tangent of the input expression (as radians). Supported Signatures
πŸ”— Official Documentation

cbrt

Compute the cubic root of the input expression. Supported Signatures
πŸ”— Official Documentation

ceil

round to the nearest integer not smaller than input Supported Signatures
πŸ”— Official Documentation

cos

Compute the cosine of the input expression (as radians). Supported Signatures
πŸ”— Official Documentation

cosh

Compute the hyperbolic cosine of the input expression. Supported Signatures
πŸ”— Official Documentation

cot

Compute the cotangent of the input expression (as radians). Supported Signatures
πŸ”— Official Documentation

degrees

convert r (radians) to degrees. Supported Signatures
πŸ”— Official Documentation

div0

Divides two numbers; returns 0 if divisor is 0 Supported Signatures
πŸ”— Official Documentation

div0null

Divides two numbers; returns 0 if divisor is 0 or null Supported Signatures
πŸ”— Official Documentation

exp

returns e raised to the x’th power Supported Signatures
πŸ”— Official Documentation

factorial

Factorial of f Supported Signatures
πŸ”— Official Documentation

floor

round to the nearest integer not greater than input Supported Signatures
πŸ”— Official Documentation

ln

returns the natural logarithm of a Supported Signatures
πŸ”— Official Documentation

log

returns the logarithm base b of a Supported Signatures
πŸ”— Official Documentation

mod

Computes modulo of two numbers Supported Signatures
πŸ”— Official Documentation

pi

Returns the constant pi. Supported Signatures
πŸ”— Official Documentation

pow

returns x raised to the y’th power Supported Signatures
πŸ”— Official Documentation

power

returns x raised to the y’th power Supported Signatures
πŸ”— Official Documentation

radians

convert d (degrees) to radians. Supported Signatures
πŸ”— Official Documentation

round

round to the nearest integer, with .5 rounded away from 0 Supported Signatures
πŸ”— Official Documentation

sign

returns sign of x Supported Signatures
πŸ”— Official Documentation

sin

Compute the sine of the input expression (as radians). Supported Signatures
πŸ”— Official Documentation

sinh

Compute the hyperbolic sine of the input expression. Supported Signatures
πŸ”— Official Documentation

sqrt

Compute the square root of the input expression. Supported Signatures
πŸ”— Official Documentation

square

Compute the square of the input expression. Supported Signatures
πŸ”— Official Documentation

tan

Compute the tangent of the input expression (as radians). Supported Signatures
πŸ”— Official Documentation

tanh

Compute the hyperbolic tangent of the input expression (as radians). Supported Signatures
πŸ”— Official Documentation

truncate

truncate the fractional or date part Supported Signatures
πŸ”— Official Documentation

width_bucket

returns the bucket a value falls into in an equiwidth histogram Supported Signatures
πŸ”— Official Documentation