Ad
  • Default User Avatar

    I agree that this is still a problem.

  • Custom User Avatar

    @jamietre: Just fixed the symmetry issue, it's not fixed.

  • Custom User Avatar

    If the test cases are all static, then it is a trivial thing to write a function that just outputs the expected value directly without doing any processing. A.k.a cheating. For this reason there should always be a few randomized tests in addition to the static tests to check the edge cases. Also, freezing the math object is a good idea.