asinh¶ Syntax¶ asinh(x) Parameters¶ x a numeric expression Returns¶ The inverse hyperbolic sine of x. Description¶ This action calculates the inverse hyperbolic sine of the given value. Examples¶ my_numeric = asinh(some_number) See Also¶ acos acosh asin asinh atan.md atan2 atanh cos cosh sin sinh tan tanh