https://github.com/basemax/cubicequationcalculator
Cubic Solver: Cubic Equation Calculator (A X^3 + B X^2 + C X^1 + D = 0)
https://github.com/basemax/cubicequationcalculator
cubic cubic-equations cubic-solver equation equation-solver javascript js solve-cubic
Last synced: 5 months ago
JSON representation
Cubic Solver: Cubic Equation Calculator (A X^3 + B X^2 + C X^1 + D = 0)
- Host: GitHub
- URL: https://github.com/basemax/cubicequationcalculator
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-02-03T07:21:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T07:54:51.000Z (over 2 years ago)
- Last Synced: 2025-05-04T21:45:35.759Z (5 months ago)
- Topics: cubic, cubic-equations, cubic-solver, equation, equation-solver, javascript, js, solve-cubic
- Language: JavaScript
- Homepage: https://basemax.github.io/CubicEquationCalculator/cubic.html
- Size: 80.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 toolsA X3 + B X2 + C X1 + D = 0
[](https://basemax.github.io/CubicEquationCalculator/cubic.html)
**Demo:** https://basemax.github.io/CubicEquationCalculator/cubic.html