Script Preparation code:
AخA
 
var n = 1.234567;
Tests:
  • Math.pow

     
    var x = Math.pow(n, 2);
  • Exponentiation

     
    var y = n ** 2;
  • Multiplication

     
    var y = n * n;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Math.pow
    Exponentiation
    Multiplication

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 16 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Chrome 133 on Windows
View result in a separate tab
Test name Executions per second
Math.pow 176956112.0 Ops/sec
Exponentiation 187275024.0 Ops/sec
Multiplication 194286080.0 Ops/sec