.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-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos