сomputes the element-wise cosecant of the argument
y = csc(x)
a real or complex array.
a real or complex array with same dimensions as
x
.
Computes the element-wise cosecant of the argument. The cosecant is
a periodic function defined as 1/sin(x)
.
For real data the results are real and in ]-∞ -1] ∪ [1 ∞[
.