Math Related : Quartic Equation Solver
General
This script can solve quartic equations in the form of ax^4 + bx+3 + cx^2 + dx + e = 0.
Notes
- Created by: Brian Kieffer
- Web Site: http://www.freewebs.com/brianjs/
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: quarticSolver.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(1 comment)your JavaScript is so great! a JavaScript about math! thank you very much!