.ModelicaByExample.Functions.Polynomials.Polynomial

Information

Create a generic polynomial from coefficients

Interface

function Polynomial
  input Real x "Independent variable";
  input Real c[:] "Polynomial coefficients";
  output Real y "Computed polynomial value";
end Polynomial;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos