Csc

The cosecant function

fun csc(radians)

Parameters

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 π

Didn't find what you were looking for?

Contact Us