ASinH, ACosH, ATanH, ACotH, ASecH, ACscH – Hyperbolic inverse trig functions
‘ hyperbolic arc sineFunction ASinH(value As Double) As Double ASinH = Log(value + Sqr(value * value + 1))End Function’ hyperbolic arc cosine’ error if NUMBER is inside the range [-1,1]Function