Cosh Python

import math
print(math.cosh(0))
# Returns the hyperbolic cosine of a number.
Spotless Spider