.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 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos