Carrot reference
Functions
roundDown()
Rounds a given value to the next smallest integer.
roundDown(number[, places])
- number - the Number value to be evaluated.
- places - (optional) the number of places of the returned Number value.
roundDown(4.5678, 2) returns 4.56
roundDown(4.5678) returns 4