WOLFRAM SYSTEM MODELER
| evaluateEvaluate polynomial at a given abscissa value |  | 

SystemModel["Modelica.Math.Polynomials.evaluate"]

| p | Type: Real[:] Description: Polynomial coefficients (p[1] is coefficient of highest power) | 
|---|---|
| u | Type: Real Description: Abscissa value | 
| y | Type: Real Description: Value of polynomial at u | 
|---|