.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 2025-04-28T18:20:06Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos