Section: Mathematical Functions
acsc
. The syntax for its use is
y = acscd(x)
2/sqrt(2)
should be 45 degrees:
--> acscd(2/sqrt(2)) ans = 45.0000 --> quit
and the inverse cosecant of 2
should be 30 degrees:
--> acscd(0.5) ans = 90.0000 + 75.4561i --> quit