Time derivative of derivative of polynomial
function derivativeValue_der extends Modelica.Icons.Function; input Real p[:] "Polynomial coefficients (p[1] is coefficient of highest power)"; input Real u "Abscissa value"; input Real du "Delta of abscissa value"; output Real dy "Time-derivative of derivative of polynomial w.r.t. input variable at u"; end derivativeValue_der;