Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Benchmark with such name already exis
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/134.0.0.0 Safari/537.36
Browser:
Chrome 134
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Math.pow vs ** vs
224.1M/s
Math.pow vs **
219.7M/s
Math.pow vs
217.2M/s
Math.
209.7M/s
View exact numbers
Test name
Executions per second
✓
Math.pow vs ** vs
224,080,480 Ops/sec
Math.pow vs **
219,669,120 Ops/sec
Math.pow vs
217,172,000 Ops/sec
Math.
209,682,736 Ops/sec
Tests:
Math.
var tmp = Math.pow(6, 2);
Math.pow vs ** vs
var tmp = Math.pow(6, 1 / 8);
Math.pow vs **
var tmp = Math.pow(6, 1 / 64);
Math.pow vs
var tmp = Math.pow(6, 1 / 256);