Value of derivative of polynomial at abscissa value u
function derivativeValue input Real p[:] "Polynomial coefficients (p[1] is coefficient of highest power)"; input Real u "Abscissa value"; output Real y "Value of derivative of polynomial at u"; end derivativeValue;