/Computor_v1_42

Simple equation solving problem

Primary LanguageJavaScript

Computor_V1

solving polynomial equation of degree less than or equal to 2.

Basic format:

[+-]C * X^0 [+-]b * X^1 [-+]A * X^2 = 0 / A,B,C ∈ ℝ

screen8