.TRANSFORM.Math.spliceTanh_der

Information

Derivative of spliceTanh. See spliceTanh.

Interface

function spliceTanh_der
  extends TRANSFORM.Icons.Function;
  input Real pos;
  input Real neg;
  input Real x;
  input Real deltax = 1;
  input Real dpos;
  input Real dneg;
  input Real dx;
  input Real ddeltax = 0;
  output Real y;
end spliceTanh_der;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos