Cosecant Function

temp

Summary

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.

Syntax

Arguments

Name Description
θ The angle provided in radians

Return value

Returns the ratio of the right triangle's adjacent side over its hypotenuse.

How to use

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.

Definition

The cosecant function is the reciprocal of the sine function.