See BisectSolver.cpp for more info.
Definition in file BisectSolver.h.
#include "mc/Solver.h"
Include dependency graph for BisectSolver.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | mcBISECTSOLVER_DEFAULT_DELTA mcRealValue(wxString(wxT("1e-10"))) |
The amplitude of the approximation range: result returned by mcBisectSolver will be +/- mcBISECTSOLVER_DEFAULT_DELTA. |
|
The amplitude of the approximation range: result returned by mcBisectSolver will be +/- mcBISECTSOLVER_DEFAULT_DELTA.
Definition at line 47 of file BisectSolver.h. Referenced by mcBisectSolver::mcBisectSolver(). |
[ Top ] |