Quadratic Equation Solver v1.2
Introduction:
This is a simple program that solves the quadratic equation:
Ax2 + Bx + C = 0
(where A, B, C, and the resulting roots can be complex).
Tip:
A blank value is not the same as zero. In other words, you must
always fill in values for each A, B, and C. If you feel the
urge to leave a value blank, don't. Fill it in with zero
instead. For example, if you want the solution to
x2 + 1 = 0
use the following values
a = 1
b = 0
c = 1
Notice that b is set to zero. It is not left blank.
Installation:
I provide pre-built executables. To run, just download the
correct executable for your system to any directory and make
sure the file permissions on your copy allow execution.
Distribution: