.Annex60.Utilities.Math.Functions.polynomial

Information

This function computes a polynomial of arbitrary order. The polynomial has the form

y = a1 + a2 x + a3 x2 + ...

Interface

function polynomial
  input Real x "Independent variable";
  input Real a[:] "Coefficients";
  output Real y "Result";
end polynomial;

Revisions


Generated at 2025-02-18T19:25:07Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos