Round: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
Round( | Round(<[[numeric expression]]>,<decimals>) | ||
The '''Round''' [[internal function]] calculates the value of | The '''Round''' [[internal function]] calculates the value of the first value rounded to the specified number of decimal places. | ||
====Comments and Examples==== | ====Comments and Examples==== |
Revision as of 00:54, 22 May 2014
Round(<numeric expression>,<decimals>)
The Round internal function calculates the value of the first value rounded to the specified number of decimal places.
Comments and Examples
- ROUND(5.456,2) is 5.46
- ROUND(5.454,2) is 5.45