RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.CotH Function

Calculates the hyperbolic cotangent of an angle.

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

Call CotH to obtain the hyperbolic cotangent of X, where X is an angle in Radians. 

 

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