Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Firefox 122
Windows
Desktop
one year ago
Test name Executions per second
Math.floor(x); 349444768.0 Ops/sec
Math.round(x) 352376544.0 Ops/sec
(0.5 + x) << 0; 347423904.0 Ops/sec
Script Preparation code:
AخA
 
var x = Math.random() * 100000000;
var y;
Tests:
  • Math.floor(x);

     
    y=Math.floor(x);
  • Math.round(x)

     
    y=Math.round(x)
  • (0.5 + x) << 0;

     
    y=(0.5 + x) << 0;