round
-
function
-
rounds a number to the nearest whole number, or to a specified number of decimal places
-
Examples: +
put round(7.23456) —> 7put round(7.23456,4) —> 7.2346 -
Related: rounded, roundToNearest
note
This page is under construction: it has not been reviewed for completeness.