Document exeption from Trick::Interpolator.eval() #1240

This commit is contained in:
John M. Penn 2022-03-15 12:01:20 -05:00
parent f3c00ee5c0
commit e9f58c32f8

View File

@ -28,6 +28,8 @@ Trick::Interpolator (double* Table,
double Trick::Interpolator::eval (double param1, ...)
```
This member function returns an estimate of the function represented by the interpolator.
If the arguments are out side the bounds the interpolator break points, a ```std::logic_error```
exception will be thrown.
# Examples