Implementation of the first derivative of the function IDEAS.Utilities.Math.Functions.regNonZeroPower.
function der_regNonZeroPower extends Modelica.Icons.Function; input Real x "Abscissa value"; input Real n "Exponent"; input Real delta = 0.01 "Abscissa value where transition occurs"; input Real der_x; output Real der_y "Function value"; end der_regNonZeroPower;
der_x
term.
This is for
issue 303.
zeroDerivative
keyword.