Usage:
intDiv(a, b)Divide a by b, rounding the answer down to the nearest whole number.
Usage:
log(<expression>)log returns the natural logarithm of a provided number. ln is also available as an alias.
Examples:
-- get the natural logarithm of the double1 column
log(double1)Usage:
pow(<expression>, <expression