.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 2025-02-05T19:26:06Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos