Given the angle of a right triangle as input, returns the ratio of the hypotenuse over the adjacent side. The secant function is the inverse of the cosine function.
sec(θ)
Name | Description |
---|---|
θ | An angle provided in radians |
Returns the reciprocal of the cosine of the angle.
The secant function is the inverse of the cosine function.