# Math Functions

​[**ADD(col1, col2, col3...)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/add) Sum of at least two values

​[**SUB(col1, col2)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/sub) Difference between two values

​[**MULT(col1, col2, col3...)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/mult) Product of at least two values

​[**DIV(col1, col2)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/div) Quotient of two values

​[**MOD(col1, col2)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/mod) Modulo of two values

​[**ABS(col1)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/abs) Absolute of a value

​[**CEIL(col1)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/ceil#signature) Rounded up to the nearest integer

​[**FLOOR(col1)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/floor) Rounded down to the nearest integer

​[**EXP(col1)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/exp) Euler’s number(e) raised to the power of col.

​[**LN(col1)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/ln) Natural log of value

​[**SQRT(col1)**](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/sqrt) Square root of a value

​[**ROUNDDECIMAL(col1, col2)** ](https://app.gitbook.com/o/-LtRX9NwSr7Ga7zA4piL/s/-LtH6nl58DdnZnelPdTc-887967055/~/changes/2166/functions-1/round-1)​Rounds value to a specified number of decimal places
