Scalar functions for mathematical operations
abs
acos
acosh
asin
asinh
atan
atanh
atan2
expression_y / expression_x
.
cbrt
ceil
cos
cosh
degrees
exp
factorial
floor
gcd
expression_x
and expression_y
. Returns 0 if both inputs are zero.
isnan
iszero
lcm
expression_x
and expression_y
. Returns 0 if either input is zero.
ln
log
log10
log2
nanvl
pi
power
pow
radians
random
round
signum
-1
.
Zero and positive numbers return 1
.
sin
sinh
sqrt
tan
tanh
trunc
decimal_places
is a positive integer, truncates digits to the
right of the decimal point. If decimal_places
is a negative
integer, replaces digits to the left of the decimal point with 0
.