Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
math pow vs multiply vs exp
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Android 14; Mobile; rv:148.0) Gecko/148.0 Firefox/148.0
Browser:
Firefox Mobile 148
Operating system:
Android
Device Platform:
Mobile
Date tested:
4 months ago
exp
1408.4M/s
pow
1405.2M/s
mult
1356.8M/s
View exact numbers
Test name
Executions per second
✓
exp
1,408,443,392 Ops/sec
pow
1,405,151,360 Ops/sec
mult
1,356,780,160 Ops/sec
Tests:
pow
var x = Math.pow(54,2);
mult
var y = 54*54
exp
var z = 54**2