.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-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos