math.abs

Benchmark created on


Preparation HTML

<script>
  var x = - Math.random()* 10;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
-
x < 0 ? -x : x
ready
~
x < 0 ? ~x+1 : x
ready
>=
x >= 0 ? x : -x
ready

Revisions

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