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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0
Browser:
Chrome 145
Operating system:
Windows
Device Platform:
Desktop
Date tested:
5 months ago
mult
135.9M/s
exp
122.5M/s
pow
115.2M/s
View exact numbers
Test name
Executions per second
✓
mult
135,943,360 Ops/sec
exp
122,463,344 Ops/sec
pow
115,213,184 Ops/sec
Tests:
pow
var x = Math.pow(54,2);
mult
var y = 54*54
exp
var z = 54**2