Rounding numerical values.
In-built
Useful in-built JS functions for rounding numbers
When converting a number to a string (for printing out, for example) you can also round:
A cheeky way of rounding to a desired number of digits is by converting to a string and then back again:
Decimal places
ixfx has Numbers.round
Quantise
Quantising rounds a number to a given step size. Numbers.quantiseEvery