Skip to main content



Math Templates

Math templates are used to operate over numerical values and handle complex math operations.

Template nameTemplate formaReturn type
% of<number> % of <number>number
divided by<number> divided by <number>number
minus<number> minus <number>number
modulus<number> modulusinteger
-<number>number
multiplied by<number> multiplied by <number>number
plus<number> plus <number>number
raised to<number> raised to <number>number
rounded to<number> rounded to <digits> decimal placesnumber
rounded up to<number> rounded up to <digits> decimal placesnumber
rounded down t o<number> rounded down to <digits> decimal placesnumber
rounded with bankers rounding to<number> rounded with bankers rounding to <digits> decimal placesnumber
squared<number> squarednumber
absolute value ofa bsolute value of <value>number
largest oflargest of <addnumber
smallest ofs mallest of <add>number
square root ofsquare root of <value>number
the natural log base e raised tothe natural log base e raised to <numbernumber
the natural log ofthe natural log of <number>number
t he number of digits before the decimal point inthe number of digits before the decimal point in <number>integer
the number of digits after the decimal point i nthe number of digits after the decimal point in <number>integer
the number of digits inthe number of digits in <number>integer