acscInverse cosecant in radians
acsc(A)A should be an array, which can be real or complex.A.A lying in A.acsc(A) gives a complex number when abs(A) is smaller than 1.acsc(0) gives NaN + NaN i.x = linspace(-1,1,8)
acsc(x)
x =
-1.0000 -0.7143 -0.4286 -0.1429 0.1429 0.4286 0.7143 1.0000
ans =
Columns 1 to 5:
-1.5708 + 0.0000i -1.5708 - 0.8670i -1.5708 - 1.4910i -1.5708 - 2.6339i 1.5708 - 2.6339i
Columns 6 to 8:
1.5708 - 1.4910i 1.5708 - 0.8670i 1.5708 + 0.0000i