Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
a * a vs. a ** 2 vs. Math.pow(a, 2)
Comparing performace of: a * a vs. a ** 2 vs. Math.pow
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; arm_64; Android 13; RMX3085) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.2037 YaApp_Android/25.20.1 YaSearchBrowser/25.20.1 BroPP/1.0 SA/3 Mobile Safari/537.36
Browser:
Chrome 132
Operating system:
Android 25.20.1
Device Platform:
Mobile
Date tested:
one year ago
Test name
Executions per second
a * a
44827280.0 Ops/sec
a ** 2
44302540.0 Ops/sec
Math.pow(a, 2)
40310892.0 Ops/sec
Tests:
a * a
3.14 * 3.14
a ** 2
3.14 ** 2
Math.pow(a, 2)
Math.pow(3.14, 2)