Afficher : Delphi
C++
Préférences d'affichage
System.Math.ArcTanh
De XE2 API Documentation
Delphi
function ArcTanh(const X: Single): Single; function ArcTanh(const X: Double): Double; function ArcTanh(const X: Extended): Extended;
C++
extern PACKAGE float __fastcall ArcTanh(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 tangente hyperbolique inverse d'une valeur donnée.
ArcTanh renvoie la tangente hyperbolique inverse de X. La valeur de X doit être comprise entre -1 et 1 (bornes incluses).