.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-01-03T19:25:57Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos