Skip to content

BaseMax/CubicEquationCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic Equation Calculator (Cubic Solver)

Solves the linear equation Ax^3 + Bx^2 + Cx + D = 0 for x.

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

Features

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

A X3 + B X2 + C X1 + D = 0

Cubic Equation Calculator

Demo: https://basemax.github.io/CubicEquationCalculator/cubic.html