Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15
Safari 17
Mac OS X 10.15.7
Desktop
2 years ago
Math.floor fast
12.5M/s
toFixed(4)
6.2M/s
(Math.round(*10000)/10000).toString()
5.4M/s
toPrecision(4).toString()
5.3M/s
precisition round
2.3M/s
View exact numbers
Test name Executions per second
Math.floor fast 12,503,584 Ops/sec
toFixed(4) 6,213,265 Ops/sec
(Math.round(*10000)/10000).toString() 5,403,558 Ops/sec
toPrecision(4).toString() 5,322,873 Ops/sec
precisition round 2,342,104 Ops/sec
Script Preparation code:
Tests: