.TRANSFORM.Math.spliceTanh

Information

Interface

function spliceTanh
  extends TRANSFORM.Icons.Function;
  input Real pos "Returned value for x-deltax >= 0";
  input Real neg "Returned value for x+deltax <= 0";
  input Real x "Function argument";
  input Real deltax = 1 "Region around x with spline interpolation";
  output Real y;
end spliceTanh;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos