Returns the tangent of X.
function Tan(const X: Extended): Extended;
Extended Tan(const Extended X);
Math
Tan returns the tangent of X. Tan(X) = Sin(X) / Cos(X).
Sin
Cos
ArcTan
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|