Csch
The hyperbolic cosecant function
fun csch(radians)
Parameters
- radians: The angle of the function
Discussion
The argument of csch
is assumed to be in radians. To use degrees or another unit, you can specify it with the value:
csch(.5)
csch(pi)
csch(30 degrees)
1.92
0.09
1.83
csch
is valid for all values of radians
except 0