.Modelica_LinearSystems2.Math.Polynomial.Internal.evaluate_der

Evaluate derivative of polynomial at a given abszissa value

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 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos