Skip to content

QuadSolver version 0.1.1 (Bug Fixed)

Latest
Compare
Choose a tag to compare
@AngeloMetal AngeloMetal released this 05 May 10:53
309d88c

Bug fixed with D=0.
x = (float)((double)((b * (-1)) / (2 * a))); turned into x = (float)((double)((b * (-1m)) / (2m * a)));