sqrt with Math.sqrt vs sqrt with Math.pow vs sqrt with **| Test case name | Result |
|---|---|
| sqrt with Math.sqrt | |
| sqrt with Math.pow | |
| sqrt with ** |
| Test name | Executions per second |
|---|---|
| ✓ sqrt with Math.sqrt | 349,483 Ops/sec |
| sqrt with ** | 188,615 Ops/sec |
| sqrt with Math.pow | 188,244 Ops/sec |