.AixLib.Utilities.Math.Functions.BaseClasses.der_regNonZeroPower

Information

Implementation of the first derivative of the function AixLib.Utilities.Math.Functions.regNonZeroPower.

Interface

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;

Revisions


Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos