The function returns the area hyperbolic sine of its input argument u. This inverse of sinh(..) is unique and there is no restriction on the input argument u of asinh(u) (-∞ < u < ∞):
function asinh extends Modelica.Math.Icons.AxisCenter; input Real u; output Real y; end asinh;