Derivative of cubic spline
function CubicSplineDerEval extends Modelica.Icons.Function; input Real x "input"; input Real[4] coefs "spline coefficients"; output Real yder "spline derivative"; end CubicSplineDerEval;