.PowerSystems.Utilities.Math.taylor

Taylor series

Information

Calculates the Taylor series

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

Interface

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

Generated at 2026-03-06T19:22:04Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos