Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Chrome 132
Linux
Desktop
one year ago
Math.floor fast
137.7M/s
(Math.round(*10000)/10000).toString()
127.1M/s
Math.trunc
124.0M/s
toPrecision(4).toString()
14.5M/s
toFixed(4) someFloat.toFixed(4); someFloat.t
11.1M/s
View exact numbers
Test name Executions per second
Math.floor fast 137,726,800 Ops/sec
(Math.round(*10000)/10000).toString() 127,102,976 Ops/sec
Math.trunc 123,980,728 Ops/sec
toPrecision(4).toString() 14,543,766 Ops/sec
toFixed(4) someFloat.toFixed(4); someFloat.t 11,092,564 Ops/sec
Script Preparation code:
Tests: