Test case name | Result |
---|---|
toFixed(7) | |
toPrecision(7) | |
(Math.round(*10000)/10000).toString() |
Test name | Executions per second |
---|---|
toFixed(7) | 13907641.0 Ops/sec |
toPrecision(7) | 11618091.0 Ops/sec |
(Math.round(*10000)/10000).toString() | 1708313728.0 Ops/sec |