Difference between revisions of "Round"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<c>round</c> rounds a number to the specified number of decimal places. | <c>round</c> rounds a number to the specified number of decimal places. | ||
| + | See also: [[floor]], [[ceil]] | ||
=== Arguments === | === Arguments === | ||
| Line 15: | Line 16: | ||
<ms>round(pi, 2) // returns 3.14 | <ms>round(pi, 2) // returns 3.14 | ||
round(12345, -3) // returns 12000</ms> | round(12345, -3) // returns 12000</ms> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
[[Category:Intrinsic Functions]] | [[Category:Intrinsic Functions]] | ||
[[Category:Numeric Functions]] | [[Category:Numeric Functions]] | ||