time derivative of derivative of polynomial
function derivativeValue_der 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;