Math Operators
Last updated
Last updated
Addition Operator (sum)
Multiply Operator (mul)
Subtraction Operator(diff)
Divide Operator(divide)
Modulo Operator ( modulo )
Ceil Operator ( ceil )
Floor Operator ( floor )
Absolute Operator ( abs )
clamp Operator ( clamp )
numberFormat Operator
when you want to sum couple of numbers than you can use sum operator
This Operator can take upto 255 arguments
when you want to multiply couple of numbers than you can use multiply operator
This Operator can take upto 255 arguments
used to perform subtraction operation
Arguments
This operator will take two arguments and both arguments are required
used to perform divide mathematical operation
This operator will take two arguments and both arguments are required
Returns the remainder of division of first number by second
This operator will take two number arguments
Rounds a number up to the nearest integer
It will take one number argument
Rounds a number down to the nearest integer
it will take one number arguement
Returns the absolute value of a number
it will take a page state arguement
Restricts a value to be within the specified range [min, max]
Argument
Formats a number using the specified format. Defaults to '##,##,###
requires a number and a format