System.Math.Tanh

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi