log hypot vs half log norm square (v3)

Revision 3 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
log hypot
Math.log(Math.hypot(3, 5))
ready
half log normsq
0.5 * Math.log(3*3 + 5*5)
ready
log norm
Math.log(Math.sqrt(3*3 + 5*5))
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.