Value of derivative of polynomial at abscissa value u
function derivativeValue 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 derivative of polynomial at u"; end derivativeValue;