I have been recently working on a calculator application which I thought was working fine and I tested it with all cases I could think of. All pass.
I was discussing my application on stackoverflow when a user @rici actually discovered a case where my application would fail. That naturally made me realize that there may be more cases where my calculator could fail, it would help immensely if there exists a set of test cases that I could enter into my calculator and test it out, like a certification of tested.
Further, how can ensure that my calculator is free of bugs and all it's calculations are accurate?