Quadratic Equation Solver
Package:
Summary:
Get the roots of a quadratic equation
Groups:
Author:
Description:
This class can be used to get the roots of a quadratic equation.
It takes as parameters the coefficients a, b and c and the precision of the root values.
The class calculates the quadratic equation roots and returns them in an array.
It takes as parameters the coefficients a, b and c and the precision of the root values.
The class calculates the quadratic equation roots and returns them in an array.
Comments are closed.