Articles → Python → Math.Asinh Function In PythonMath.Asinh Function In PythonIn this article, we will discuss the math.asinh function in Python.Purpose The math.asinh is used to calculate the inverse of the hyperbolic sine of a number.Syntax Math.asinh(num)Example import math print("asinh of a number is:", math.asinh(0.6))Output Posted By - Karan Gupta Posted On - Thursday, May 2, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
Math.asinh(num)
import math print("asinh of a number is:", math.asinh(0.6))
Query/Feedback