Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadratic Equation Calculator (Quadratic Solver)

Solves the linear equation Ax^2 + Bx + C = 0 for x.

I searched about "Quadratic Equation" topic and used exists source and code to implement this web page to calculate roots of Quadratic Equation with supporting Complex Number.

Features

  • Fast
  • Pure JS
  • Supporting Complex number to finding roots
  • Tiny and without needing any third-party tools

A X2 + B X1 + C = 0

Quadratic Equation Calculator

Demo: https://basemax.github.io/QuadraticEquationCalculator/quadratic.html

Releases

Packages

Used by

Contributors

Languages