Skip to content

Mathematical functions

Last updated View as MarkdownAgent setup

intDiv

Usage:

intDiv(a, b)

Divide a by b, rounding the answer down to the nearest whole number.

log New

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)

pow New

Usage:

pow(<expression>, <expression