System.Math.ArcTanh

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ArcTanh(const X: Single): Single;
function ArcTanh(const X: Double): Double;
function ArcTanh(const X: Extended): Extended;

C++

extern DELPHI_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).

Voir aussi