Changes

Jump to navigation Jump to search

Template Variables

10 bytes added, 12:33, 22 January 2019
2 [/] 3 = 0.66666666666667
 
Rounding to the nearest integer:
 
2 [/.0] 3 = 1
 
Rounding to 1 decimal place:
 
2 [/.1] 3 = 0.7
 
2 decimal places:
 
2 [/.2] 3 = 0.67
 
3 decimal places:
 
2 [/.3] 3 = 0.667
 
4 decimal places:
 
2 [/.4] 3 = 0.6667
 
This works on all operators including [MIN] and [MAX]
 
Note: The math functions will only work with numbers with a decimal point (not a decimal comma) and no thousands separator and no currency symbol.
770

edits

Navigation menu