RoundDown
Rounds a number down
RoundDown(98.57) → 98
RoundDown(98.57, 1) → 98.5Inputs
RoundDown(number, [places])
number- A number to round down[places]- [optional:0by default**] -**The number of decimal places to round to.
Last updated
Was this helpful?