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

ArcCot returns the inverse cotangent of X. 

 

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