libcrn
3.9.5
A document image processing library
|
Solvers for quadratic equations. More...
Functions | |
double | Discriminant (double a, double b, double c) noexcept |
Discriminant of trinom ![]() | |
std::set< double > | RealRoots (double a, double b, double c) noexcept |
Real roots of trinom ![]() | |
Solvers for quadratic equations.
Solvers for quadratic equations
|
noexcept |
Discriminant of trinom .
Discriminant of trinom
[in] | a | coefficient for 2nd degree monom |
[in] | b | coefficient for 1st degree monom |
[in] | c | coefficient for null degree monom |
Definition at line 189 of file CRNEquationSolver.cpp.
|
noexcept |
Real roots of trinom .
Real roots of trinom
[in] | a | coefficient for 2nd degree monom |
[in] | b | coefficient for 1st degree monom |
[in] | c | coefficient for null degree monom |
Definition at line 203 of file CRNEquationSolver.cpp.