Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0
Firefox 103
Linux
Desktop
2 years ago
Test name Executions per second
x ** 0.5 751883200.0 Ops/sec
Math.pow(x, 0.5) 870068800.0 Ops/sec
Math.sqrt(x) 754077056.0 Ops/sec
Script Preparation code:
AخA
 
var x = Math.random();
Tests:
  • x ** 0.5

     
    x ** 0.5;
  • Math.pow(x, 0.5)

     
    Math.pow(x, 0.5);
  • Math.sqrt(x)

     
    Math.sqrt(x);