RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.ArcCot Function

Calculates the inverse cotangent of a given number.

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

Math

ArcCot returns the inverse cotangent of X. 

 

Cot 

ArcCoth

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!