Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36
Chrome 101
Windows
Desktop
2 years ago
Test name Executions per second
toFixed 4071459.2 Ops/sec
Intl 31580.1 Ops/sec
EPSILON 2331982.2 Ops/sec
Script Preparation code:
AخA
 
var number = 127.189490
Tests:
  • toFixed

     
    number.toFixed(3)
  • Intl

     
    new Intl.NumberFormat('en-GB', { maximumFractionDigits: 3 }).format(number)
  • EPSILON

     
    Math.round((number + Number.EPSILON) * 100) / 100