Cosh
The hyperbolic cosine function
fun cosh(radians)
Parameters
- radians: The angle of the function
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