Ad
  • Default User Avatar

    What are ways to address floating point issue? I believe I'm having a similar issue where my function passes the three initial tests but does not pass the overall round of testing in the attempt. At the moment i'm using round() in my function. Is there a more precise method to use? I tried using decimal but that seems to make my results further off from the desired results.