Script Preparation code:
Tests:
  • phi = Math.pow(5, 0.5) * 0.5 + 0.5;

  • phi = Math.phi

  • phi = (Math.sqrt(5) + 1) / 2;

  • phi = (Math.sqrt(5) + 1) * 0.5

  • phi = 5 ** 0.5 * 0.5 + 0.5

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    phi = Math.pow(5, 0.5) * 0.5 + 0.5;
    phi = Math.phi
    phi = (Math.sqrt(5) + 1) / 2;
    phi = (Math.sqrt(5) + 1) * 0.5
    phi = 5 ** 0.5 * 0.5 + 0.5

    Fastest: N/A

    Slowest: N/A

Latest run results:

No previous run results

This benchmark does not have any results yet. Be the first one to run it!