About This Product
Metachecker.net | TrafficChecker.net | RankChecker.net
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet


Quadratic Equation


A short and sweet JavaScript to figure the square root of the number you enter. Nice!

Quadratic Equation:
Ax2 + Bx + C = 0
A =
B =
C =
X1 =
X2 =
Why didn't I have one of these during high school math? Just enter the coefficients for the 'Ax^2 + Bx + C = 0' equation and JavaScript will output the solutions (if they are not imaginary!). Neat!
 
Insert into <HEAD>

 
Insert into <BODY>

 
Other Options