Run
import math x = 5 result = math.cosh(x) print('cosh(x) :', result)
Output