cscd

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

Syntax

R = cscd(a)

Inputs

a
The angle in degrees.
Dimension: scalar | vector | matrix

Outputs

R
scalar | vector | matrix

Examples

Scalar input:
R = cscd(60)
R = 1.15470054
Matrix input:
R = cscd([60, -45; -30, 90])
R = [Matrix] 2 x 2
  1.15470  -1.41421
 -2.00000   1.00000