- `Y = acscd (X)`

Compute the inverse cosecant in degrees for each element of `X`.

This is defined as

> > `%acscd(z) = rad2deg(acsc(z))%`

See also: `cscd`, `acsc`.

### References

- https://www.mathworks.com/help/matlab/ref/acscd.html
- https://octave.sourceforge.io/octave/function/acscd.html
- https://mathworld.wolfram.com/InverseTrigonometricFunctions.html
- https://en.wikipedia.org/wiki/Inverse_trigonometric_functions
