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);

Tan returns the tangent of X. Tan(X) = Sin(X) / Cos(X). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!