Articles → Python → Math.Asinh Function In Python
Math.asinh(num)
import math print("asinh of a number is:", math.asinh(0.6))
Query/Feedback