.Modelica.Math.Polynomials.secondDerivativeValue

Information

Value of 2nd derivative of polynomial at abscissa value u

Interface

function secondDerivativeValue
  extends Modelica.Icons.Function;
  input Real p[:] "Polynomial coefficients (p[1] is coefficient of highest power)";
  input Real u "Abscissa value";
  output Real y "Value of 2nd derivative of polynomial at u";
end secondDerivativeValue;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos