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:
one month ago
Test name
Executions per second
pow
1405151360.0 Ops/sec
mult
1356780160.0 Ops/sec
exp
1408443392.0 Ops/sec
Tests:
pow
var x = Math.pow(54,2);
mult
var y = 54*54
exp
var z = 54**2