Member of the trigonometric class.
c = asec(a)
Computes the inverse secant, in radians, of the input elements.
| Name | Description |
| a | Specifies a real or complex matrix. |
| Name | Description |
| c | Returns the inverse secant, in radians, of the elements in a. c is a real or complex matrix of the same size as a. |
Z = [1:0.11:5]
C = asec(Z)