General Math Functions

General Mathematical Functions

Name

Description

abs

Absolute value

sign

Sign or signum (-1, 1, or 0)

mod

Remainder (modulus)

sqrt

Square root √x

sum

Sum of values (+)

pi

π : pi()

en

Euler's number : e

en()

rand

Random number between 0 and 1 : rand()

randbetween

Random number between first and second values