RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Tan Function

Returns the tangent of X.

Pascal
function Tan(const X: Extended): Extended;
C++
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!