mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
Document exeption from Trick::Interpolator.eval() #1240
This commit is contained in:
parent
f3c00ee5c0
commit
e9f58c32f8
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user