Inverse cosecant in radians
Y = acsc(
returns the Inverse Cosecant
(csc-1) of the elements of X
)X
in radians.
The function accepts both real and complex inputs.
For real values of X
in the intervals [-∞, -1] and [1, ∞],
acsc(X)
returns real values in the interval [-π/2, π/2].
For real values of X
in the interval (-1, 1) and for complex
values of X
, acsc(X)
returns complex
values.