Test case name | Result |
---|---|
toFixed(4) someFloat.toFixed(4); someFloat.t | |
toPrecision(4).toString() | |
(Math.round(*10000)/10000).toString() | |
Math.floor fast | |
Math.trunc |
Test name | Executions per second |
---|---|
toFixed(4) someFloat.toFixed(4); someFloat.t | 3657608.0 Ops/sec |
toPrecision(4).toString() | 4434360.5 Ops/sec |
(Math.round(*10000)/10000).toString() | 44969812.0 Ops/sec |
Math.floor fast | 53263244.0 Ops/sec |
Math.trunc | 19359498.0 Ops/sec |