Articles → Python → Math.Asinh Function In PythonMath.Asinh Function In PythonIn this article, we will discuss about math.asinh function in pythonPurpose math.asinh is used to calculate inverse of hyperbolic sine of a numberSyntax Math.asinh(num)Example import math print("asinh of a number is:", math.asinh(0.6))Output Click to EnlargePosted 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