Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Chrome 85
Windows
Desktop
3 years ago
Test name Executions per second
toFixed(4) someFloat.toFixed(4); someFloat.t 3134625.0 Ops/sec
toPrecision(4).toString() 3688846.0 Ops/sec
(Math.round(*10000)/10000).toString() 4192394.0 Ops/sec
Script Preparation code:
Tests:
  • someFloat.toFixed(4)

  • someFloat.toPrecision(4)

  • Math.round(someFloat*10000)/10000