Test name | Executions per second |
---|---|
trunc | 176782480.0 Ops/sec |
round | 158004016.0 Ops/sec |
floor | 167660208.0 Ops/sec |
parseFloat to int | 7997904.0 Ops/sec |
Math.trunc(13.37)
Math.trunc(13.67)
Math.round(13.37)
Math.round(13.67)
Math.floor(13.37)
Math.floor(13.67)
parseFloat(12.17.toFixed())
parseFloat(12.97.toFixed())