.PowerSystems.Utilities.Math.taylor

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-01-04T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos