Test case name | Result |
---|---|
Number(v.toPrecision(p)) | |
_p=Math.pow(10,p-Math.ceil(Math.log10(v)));Math.round(v*_p)/_p |
Test name | Executions per second |
---|---|
Number(v.toPrecision(p)) | 1231508.5 Ops/sec |
_p=Math.pow(10,p-Math.ceil(Math.log10(v)));Math.round(v*_p)/_p | 896504.2 Ops/sec |