Test name | Executions per second |
---|---|
1.1**10 | 8280401.0 Ops/sec |
1.1**100 | 8225136.0 Ops/sec |
1.1**1000 | 8173223.5 Ops/sec |
2**1000 | 8184810.5 Ops/sec |
1.1**10000 | 8156430.0 Ops/sec |
73**10000 | 8203124.5 Ops/sec |
var x = Math.pow(73.123,10023230); | 8236119.5 Ops/sec |
var x = Math.pow(1.1,10);
var x = Math.pow(1.1,100);
var x = Math.pow(1.1,1000);
var x = Math.pow(2,1000);
var x = Math.pow(1.1,10000);
var x = Math.pow(73,10000);
var x = Math.pow(73.123,10023230);