Given the angle of a right triangle as input, returns the ratio of the hypotenuse over the opposite side. The cosecant function is the inverse of the sine function.
csc(θ)
Name | Description |
---|---|
θ | The angle provided in radians |
Returns the ratio of the right triangle's adjacent side over its hypotenuse.
Given the angle of a right triangle as input, returns the ratio of the hypotenuse over the opposite side. The cosecant function is the inverse of the sine function.
The cosecant function is the reciprocal of the sine function.