Rounds a number down to a desired number of decimal places.
value Number (required) - The value to round down.
places Number (required) - The number of places to which to round down.
Number
ROUNDDOWN(156.826, 2)
// returns 156.82
ROUNDDOWN(156.826, 0)
// returns 156