Template Variables: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 714: Line 714:
2 [/] 3 = 0.66666666666667
2 [/] 3 = 0.66666666666667


 
==== Rounding to the nearest integer ====
Rounding to the nearest integer:


2 [/.0] 3 = 1
2 [/.0] 3 = 1


 
==== Rounding to 1,2,3 or 4 decimal place(s) ====
Rounding to 1,2,3 or 4 decimal place(s):


2 [/.1] 3 = 0.7
2 [/.1] 3 = 0.7