The derivative of function SmoothPower
function SmoothPower_der extends Modelica.Icons.Function; input Real x "Input variable"; input Real deltax "Range of interpolation"; input Real pow "Exponent for x"; input Real dx "Derivative of x"; output Real dy "Derivative of SmoothPower"; end SmoothPower_der;