System.Math.Tanh
From RAD Studio API Documentation
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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Returns the hyperbolic tangent of X.
Tanh calculates the hyperbolic tangent of X.