functionPolynomialWithDerivative
Create a generic polynomial from coefficients (with derivative information)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Independent variable | |
| Real[:] | c | Polynomial coefficients |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Computed polynomial value |