Author:Josh Neumann
Date:A long time ago
Website: www.calcware.org

Info:Input the coefficients of the quadratic equation(a,b,c of ax^2+bx+c) and will return the answer in -b+ or - (\/^^  b^2-4ac)/2a where \/^^ is sqr root.
It does return imaginary answers(that is why I wrote it), but I do not remember if simplifies the fraction if it needs simplifying.But it DOES work and there are no bugs.This prgm is good if you have Algebra II or higher(not likely if you have a Ti-73, but I did).

	This prgm does other stuff, too like zeroes(above),vertex,tells whether it opens up or down,etc.

