.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 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos