.Spot.Base.Math.taylor

Information

Calculates the Taylor series

  y = 1 + sum(c[k]*x^k)

Interface

function taylor
  extends Icons.Function;
  input Real x "argument";
  input Real[:] c "coefficients";
  output Real y "sum(c[n]*x^n)";
end taylor;

Generated at 2024-04-19T18:16:02Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos