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;