RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Cot Function

Calculates the cotangent of an angle.

Pascal
function Cot(const X: Extended): Extended;
C++
Extended Cot(const Extended X);

Call Cot to obtain the cotangent of X. The cotangent is calculated using the formula 1 / Tan(X). 

 

Tan 

Sin 

Cos 

ArcTan

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