Changes

Jump to navigation Jump to search
158 bytes added ,  18:43, 27 November 2013
no edit summary
Line 28: Line 28:  
ROUND(2.5..6..0.5) that rounds the numbers from 2.5 to 6 in steps of 0.5.
 
ROUND(2.5..6..0.5) that rounds the numbers from 2.5 to 6 in steps of 0.5.
   −
 
+
{| class="wikitable"
 
+
|-
 +
! Number !! ROUND Output
 +
|-
 +
| 2.5 || 3
 +
|-
 +
| 3 || 3
 +
|-
 +
| 3.5 || 4
 +
|-
 +
| 4 || 4
 +
|-
 +
| 4.5 || 5
 +
|-
 +
| 5 || 5
 +
|-
 +
| 5.5 || 6
 +
|-
 +
| 6 || 6
 +
|-
 +
|}
    
== Examples ==
 
== Examples ==
writer
2,661

edits

Navigation menu