.Modelica_LinearSystems2.Math.Polynomial.Internal.evaluate_der

Information

This function is the first time derivative of the function Polynomial.evaluate.

See also

Internal.evaluate_dder

Interface

encapsulated function evaluate_der
  import Modelica_LinearSystems2.Math.Polynomial;
  input Polynomial p "Polynomial";
  input Real x "Abszissa value";
  input Real dx "Derivative of abszissa value, der(x)";
  output Real dy "Derivative value of polynomial at x";
end evaluate_der;

Generated at 2024-12-17T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos