evaluateWithRange_derEvaluate derivative of polynomial at a given abscissa value with extrapolation outside of the defined range |
|
| p |
Type: Real[:] Description: Polynomial coefficients (p[1] is coefficient of highest power) |
|---|---|
| uMin |
Type: Real Description: Polynomial valid in the range uMin .. uMax |
| uMax |
Type: Real Description: Polynomial valid in the range uMin .. uMax |
| u |
Type: Real Description: Abscissa value |
| du |
Type: Real Description: Delta of abscissa value |
| dy |
Type: Real Description: Value of derivative of polynomial at u |
|---|