Test case name | Result |
---|---|
toFixed(4) | |
toPrecision(0).toString() | |
(Math.round(*10000)/10000).toString() | |
Math.floor fast |
Test name | Executions per second |
---|---|
toFixed(4) | 2601041.8 Ops/sec |
toPrecision(0).toString() | 3638400.5 Ops/sec |
(Math.round(*10000)/10000).toString() | 4799031.5 Ops/sec |
Math.floor fast | 14099165.0 Ops/sec |