.FCSys.Utilities.Polynomial.F

Information

By definition, the partial derivative of this function with respect to x (with a constant) is f(). The complete derivative, however, is dF().

Interface

function F
  extends Modelica.Icons.Function;
  input Real x "Argument" annotation(
    Dialog(__Dymola_label = "<html><i>x</i></html>"));
  input Real a[:] "Coefficients" annotation(
    Dialog(__Dymola_label = "<html><i>a</i></html>"));
  input Integer n = 0 "Power associated with the first term (before integral)" annotation(
    Dialog(__Dymola_label = "<html><i>n</i></html>"));
  output Real F "Integral" annotation(
    Dialog(__Dymola_label = "<html><i>F</i></html>"));
end F;

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos