.AES.Functions.sqrtReg

Information

This function approximates square root, such that the derivative is finite in zero.

Interface

function sqrtReg
  extends Modelica.Icons.Function;
  input Real x;
  input Real delta = 0.01 "Range of significant deviation from sqrt(x)";
  output Real y;
end sqrtReg;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos