Test name | Executions per second |
---|---|
1.1**10 | 8659655.0 Ops/sec |
1.1**100 | 8498432.0 Ops/sec |
1.1**1000 | 8430903.0 Ops/sec |
2**1000 | 8231106.0 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);