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 "Independent variable"; output Real y "Dependent variable y=asinh(u)"; end asinh;