Calculates the secant of an angle.
function Sec(const X: Extended): Extended;
Extended Sec(const Extended X);
Math
Call Sec to obtain the secant of X, where X is an angle in radians. The secant is calculated using the formula 1 / Cos(X).
ArcSec
Secant
SecH
Cos