acscd

Returns the inverse cosecant (in degrees) for each element of the argument.

Syntax

R = acscd(a)

Inputs

x
Dimension: scalar | vector | matrix

Outputs

R
The angle result (in degrees).

Examples

Scalar input:
R = acscd(2/sqrt(3))
R = 60
Matrix input:
R = acscd([1, 2/sqrt(3); 2, sqrt(2)])
R = [Matrix] 2 x 2
  90.00000  60.00000
  30.00000  45.00000