System.Math.Tanh
De RAD Studio API Documentation
Révision datée du 18 octobre 2011 à 12:06 par PyBot (discussion | contributions) (Scoping Libraries)
Delphi
function Tanh(const X: Single): Single; function Tanh(const X: Double): Double; function Tanh(const X: Extended): Extended; overload;
C++
extern DELPHI_PACKAGE float __fastcall Tanh(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
Renvoie la tangente hyperbolique de X.
Tanh calcule la tangente hyperbolique de X.