Used by RegulaFalsi
in a modified version of the regula falsi algorithm.
Definition at line 160 of file Root1D.h.
#include <Root1D.h>
|
static double | get_m (const double, const double fb, const double fc) |
|
◆ get_m()
static double MathLib::Nonlinear::Pegasus::get_m |
( |
const double | , |
|
|
const double | fb, |
|
|
const double | fc ) |
|
inlinestatic |
Definition at line 162 of file Root1D.h.
163 { return fb / (fb+fc); }
The documentation for this struct was generated from the following file: