OGS
|
Functions | |
bool | same_sign (double a, double b) |
Tells if a and b have the same sign. | |
bool | almost_zero (double a) |
|
inline |
Definition at line 38 of file Root1D.h.
Referenced by MathLib::Nonlinear::RegulaFalsi< SubType, Function >::RegulaFalsi(), and MathLib::Nonlinear::RegulaFalsi< SubType, Function >::step().
|
inline |
Tells if a
and b
have the same sign.
Definition at line 30 of file Root1D.h.
Referenced by MathLib::Nonlinear::RegulaFalsi< SubType, Function >::RegulaFalsi(), and MathLib::Nonlinear::RegulaFalsi< SubType, Function >::step().