Member of the trigonometric class.
c = csch(a)
Computes the hyperbolic cosecant of the input elements.
| Name | Description |
| a | Specifies a real or complex matrix. |
| Name | Description |
| c | Returns the hyperbolic cosecant of the elements in a. c is a real or complex matrix of the same size as a. |
Z = 0:pi/24:2*pi
C = csch(Z)