System.Math.CotH
From RAD Studio API Documentation
Delphi
function CotH(const X: Single): Single; function CotH(const X: Double): Double; function CotH(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall CotH(const float X)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Calculates the hyperbolic cotangent of an angle.
Call CotH to obtain the hyperbolic cotangent of X, where X is an angle in Radians.