Math Templates
Math templates are used to operate over numerical values and handle complex math operations.
Template name | Template forma | Return type |
---|---|---|
% of | <number> % of <number> | number |
divided by | <number> divided by <number> | number |
minus | <number> minus <number> | number |
modulus | <number> modulus | integer |
- | <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 places | number |
rounded up to | <number> rounded up to <digits> decimal places | number |
rounded down t o | <number> rounded down to <digits> decimal places | number |
rounded with bankers rounding to | <number> rounded with bankers rounding to <digits> decimal places | number |
squared | <number> squared | number |
absolute value of | a bsolute value of <value> | number |
largest of | largest of <add | number |
smallest of | s mallest of <add> | number |
square root of | square root of <value> | number |
the natural log base e raised to | the natural log base e raised to <number | number |
the natural log of | the natural log of <number> | number |
t he number of digits before the decimal point in | the number of digits before the decimal point in <number> | integer |
the number of digits after the decimal point i n | the number of digits after the decimal point in <number> | integer |
the number of digits in | the number of digits in <number> | integer |