Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Math.pow(x,0.25) vs Math.sqrt(sqrt(x))
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0
Browser:
Firefox 137
Operating system:
Ubuntu
Device Platform:
Desktop
Date tested:
one year ago
Math.sqrt(sqrt(x))
1772.1M/s
Math.pow(x,0.25)
1771.6M/s
View exact numbers
Test name
Executions per second
✓
Math.sqrt(sqrt(x))
1,772,093,568 Ops/sec
Math.pow(x,0.25)
1,771,591,552 Ops/sec
Tests:
Math.pow(x,0.25)
Math.pow(1234, 0.25)
Math.sqrt(sqrt(x))
Math.sqrt(Math.sqrt(1234))