sqrt vs pow vs **Fastest: ** (67.3x faster)
56,361 ops/sec
840 ops/sec
837 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| sqrt | |
| pow | |
| ** |
| Test name | Executions per second |
|---|---|
| ✓ sqrt | 177,512 Ops/sec |
| ** | 169,827 Ops/sec |
| pow | 157,769 Ops/sec |