rounded
-
operator
-
calls the round or roundToNearest function
-
rounded to
-
rounded to nearest
-
Examples: +
put 9.876 rounded to 2 decimal places —> 9.88put 4123.5 rounded to -2 —> 4100put 4123.5 rounded to the nearest 25 —> 4125put 9.876 rounded to nearest .01 —> 9.88 -
Related: round, roundToNearest