githubEdit

Math Functions

ADD(col1, col2, col3...)arrow-up-right Sum of at least two values

SUB(col1, col2)arrow-up-right Difference between two values

MULT(col1, col2, col3...)arrow-up-right Product of at least two values

DIV(col1, col2)arrow-up-right Quotient of two values

MOD(col1, col2)arrow-up-right Modulo of two values

ABS(col1)arrow-up-right Absolute of a value

CEIL(col1)arrow-up-right Rounded up to the nearest integer

FLOOR(col1)arrow-up-right Rounded down to the nearest integer

EXP(col1)arrow-up-right Euler’s number(e) raised to the power of col.

LN(col1)arrow-up-right Natural log of value

SQRT(col1)arrow-up-right Square root of a value

ROUNDDECIMAL(col1, col2) arrow-up-right​Rounds value to a specified number of decimal places

Last updated

Was this helpful?