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

Math

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

 

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