Afficher : Delphi
C++
Préférences d'affichage
System.Math.CotH
De XE2 API Documentation
Delphi
function CotH(const X: Single): Single; function CotH(const X: Double): Double; function CotH(const X: Extended): Extended;
C++
extern PACKAGE float __fastcall CotH(const float X)/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Calcule la cotangente hyperbolique d'un angle.
Utilisez CotH pour obtenir la cotangente hyperbolique de X, où X est un angle exprimé en radians.