Inverse secant in radians
Y = asec(
returns the Inverse Secant
(sec-1) of the elements of X
)X
in radians.
The function accepts both real and complex inputs.
For real values of X
in the interval [-∞, -1] and [1, ∞],
asec(X)
returns values in the interval [0, π].
For real values of X
in the interval (-1, 1) and for complex
values of X
, asec(X)
returns complex
values.