Cosh

The hyperbolic cosine function

fun cosh(radians)

Parameters

Discussion

The argument of cosh is assumed to be in radians. To use degrees or another unit, you can specify it with the value:

cosh(0)
cosh(pi)
cosh(90 degrees)
1
11.59
2.51

Didn't find what you were looking for?

Contact Us