Dapatkan kosekan hiperbolik suatu sudut.
=CSCH(number)
| Parameter | Deskripsi |
|---|---|
number |
The hyperbolic angle. |
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
The hyperbolic cosecant function is the reciprocal of the hyperbolic sine function.
=1/SINH(a) // equivalent to CSCH(a)