brisk_equation
v1.0.0
Published
Function calculates the roots of a quadratic equation. It is necessary to call the function and pass the numbers a, b, c as parameters.
Downloads
2
Readme
#solveQuadraticEquation Function calculates the roots of a quadratic equation. It is necessary to call the function and pass the numbers a, b, c as parameters.