Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 716 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 716 Bytes

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