Run details:
Mozilla/5.0 (Linux; Android 9; SM-G611MT) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.101 Mobile Safari/537.36
Chrome Mobile 98
Android
Mobile
3 years ago
Test name Executions per second
Math.floor 236604.6 Ops/sec
Modulo 382764.7 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;