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;