function derivative extends Modelica.Icons.Function; input ApproxSpline.Curve1d.Type s "1-D spline object to operate on"; input Real x "independent variable where spline is to be evaluated"; input Real ddx "value of the partial derivative"; output Real y "evaluated value "; end derivative;