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).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|