Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Chrome 71
Linux
Desktop
6 years ago
Test name Executions per second
Math.floor 2982792.8 Ops/sec
Modulo 6470437.5 Ops/sec
Script Preparation code:
AخA
 
var v = Math.random() * 100;
var t;
Tests:
  • Math.floor

     
    t = v - Math.floor(v);
  • Modulo

     
    t = v % 1;