.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 2026-08-05T20:24:29Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos