acscdInverse cosecant in degrees
acscd(A)A should be an array, which can be real or complex.A.A lying in A.acscd(A) gives a complex number when abs(A) is less than 1.acscd(0) gives NaN + NaN i.x = linspace(-1,1,8)
acscd(x)
x =
-1.0000 -0.7143 -0.4286 -0.1429 0.1429 0.4286 0.7143 1.0000
ans =
Columns 1 to 4:
-90.000 + 0.0000i -90.000 - 49.676i -90.000 - 85.428i -90.000 - 150.91i
Columns 5 to 8:
90.000 - 150.91i 90.000 - 85.428i 90.000 - 49.676i 90.000 + 0.0000i