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