Purpose
Get hyperbolic cosecant of an angle.
Return value
The hyperbolic cosecant of the angle.
Syntax
=CSCH(number)
- number - The hyperbolic angle.
How to use
The Excel CSCH function returns the hyperbolic cosecant of an angle. Given the hyperbolic angle of 1, the function returns 0.850918128 as output.
=CSCH(1) // returns 0.850918128
Explanation
The hyperbolic cosecant function is the reciprocal of the hyperbolic sine function.
=1/SINH(a) // equivalent to CSCH(a)