functionPolynomial
Create a generic polynomial from coefficients
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Independent variable | |
| Real[:] | c | Polynomial coefficients |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Computed polynomial value |
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x | Independent variable | |
| Real[:] | c | Polynomial coefficients |
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y | Computed polynomial value |