Secant Function

temp

Summary

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.

Syntax

Arguments

Name Description
θ An angle provided in radians

Return value

Returns the reciprocal of the cosine of the angle.

How to use

The secant function is the inverse of the cosine function.

Definition