Searches for an argument of function, that produces a given reference value. More...
#include <BinSearchArg.hpp>
Public Member Functions | |
BinSearchArg (double maxArg, bool maxArgValPositive, double epsilon) | |
Ctor. | |
Result< double > | Run (BinSearchArgSubject *subj) const |
Searches for an argument of function, that produces a given reference value.
BinSearchArg::BinSearchArg | ( | double | maxArg, |
bool | maxArgValPositive, | ||
double | epsilon | ||
) |
Ctor.
maxArg | - maximal argument that will be searched |
maxArgValPositive | - should the value for the maxArg be positive? |
epsilon | - accuracy of the I/O argument (not the function!) |