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