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