Public Member Functions | |
| inv_erf_f (double y) | |
| double | operator() (double x) |
| inv_erf_f::inv_erf_f | ( | double | y | ) | [inline] |
Create a functor with the given error function value.
| y | the target value. |
| double inv_erf_f::operator() | ( | double | x | ) | [inline] |
Evaluate this functor at the given evaluation point.
| x | the evaluation point. |
x.
1.5.3