round
-
function
-
rounds a number to the nearest whole number, or to a specified number of decimal places
-
Examples: +
put round(7.23456) —> 7
put round(7.23456,4) —> 7.2346
-
Related: rounded, roundToNearest
function
rounds a number to the nearest whole number, or to a specified number of decimal places
Examples: +
put round(7.23456) —> 7
put round(7.23456,4) —> 7.2346
Related: rounded, roundToNearest