Csc
The cosecant function
fun csc(radians)
Parameters
- radians: The angle of the function
Discussion
The argument of csc
is assumed to be in radians. To use degrees or another unit, you can specify it with the value:
csc(pi/6)
csc(3pi/2)
csc(90 degrees)
2
-1
1
csc
is valid for all finite numbers except where radians
is a multiple of π