Test case name | Result |
---|---|
Math.pow() - Integer ^ Integer | |
Math.pow() - Real ^ Integer | |
Math.pow() - Real ^ Real | |
** - Integer ^ Integer | |
** - Real ^ Integer | |
** - Real ^ Real |
Test name | Executions per second |
---|---|
Math.pow() - Integer ^ Integer | 6897678.0 Ops/sec |
Math.pow() - Real ^ Integer | 6784645.0 Ops/sec |
Math.pow() - Real ^ Real | 6847700.0 Ops/sec |
** - Integer ^ Integer | 928673920.0 Ops/sec |
** - Real ^ Integer | 928925440.0 Ops/sec |
** - Real ^ Real | 928178496.0 Ops/sec |