Calculates the secant of an angle.
function Secant(const X: Extended): Extended;
Extended Secant(const Extended X);
Math
Call Secant 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!
|