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