Scilab 6.0.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
csc
сomputes the element-wise cosecant of the argument
Syntax
y = csc(x)
Arguments
- x
a real or complex array.
- y
a real or complex array with same dimensions as
x
.
Description
Computes the element-wise cosecant of the argument. The cosecant is a periodic function defined as . For real data the results are real and in .
Sample
See also
Report an issue | ||
<< coth | Trigonometry | cscd >> |