.AES.Functions.sqrtReg

Symmetric square root approximation with finite derivative in zero

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 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos