multiplication vs division

Benchmark created on


Preparation HTML

<script>
  var x;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
multiplication
x = 0.5 * 5098320948;
x = 0.2 * 93872094850;
x = 0.25 * 3498509384;
ready
division
x = 5098320948 / 2;
x = 93872094850 / 5;
x = 3498509384 / 4;
ready

Revisions

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