Snowflake Functions
Numeric Functions
Compute the arccosine of the input expression (returned as radians). Supported Signatures
Compute the inverse hyperbolic cosine of the input expression. Supported Signatures
Compute the arcsine of the input expression (returned as radians). Supported Signatures
Compute the inverse hyperbolic sine of the input expression. Supported Signatures
Compute the arctangent of the input expression (returned as radians). Supported Signatures
Compute the angle (in radians) between the x-axis and point (x, y). Supported Signatures
Compute the inverse hyperbolic tangent of the input expression (as radians). Supported Signatures
Compute the cubic root of the input expression. Supported Signatures
round to the nearest integer not smaller than input Supported Signatures
Compute the cosine of the input expression (as radians). Supported Signatures
Compute the hyperbolic cosine of the input expression. Supported Signatures
Compute the cotangent of the input expression (as radians). Supported Signatures
convert r (radians) to degrees. Supported Signatures
Divides two numbers; returns 0 if divisor is 0 Supported Signatures
Divides two numbers; returns 0 if divisor is 0 or null Supported Signatures
returns e raised to the xโth power Supported Signatures
Factorial of f Supported Signatures
round to the nearest integer not greater than input Supported Signatures
returns the natural logarithm of a Supported Signatures
returns the logarithm base b of a Supported Signatures
Computes modulo of two numbers Supported Signatures
Returns the constant pi. Supported Signatures
returns x raised to the yโth power Supported Signatures
returns x raised to the yโth power Supported Signatures
convert d (degrees) to radians. Supported Signatures
round to the nearest integer, with .5 rounded away from 0 Supported Signatures
returns sign of x Supported Signatures
Compute the sine of the input expression (as radians). Supported Signatures
Compute the hyperbolic sine of the input expression. Supported Signatures
Compute the square root of the input expression. Supported Signatures
Compute the square of the input expression. Supported Signatures
Compute the tangent of the input expression (as radians). Supported Signatures
Compute the hyperbolic tangent of the input expression (as radians). Supported Signatures
truncate the fractional or date part Supported Signatures
returns the bucket a value falls into in an equiwidth histogram Supported Signatures
โI