Truncate
Truncate a number
Truncate(1.59, 1) → 1.5
Truncate(6.2) → 6Inputs
Truncate(number, [places])
number- A number expression[places]- [optional:0by default**] -** The number of decimal places to truncate at.
Last updated
Was this helpful?