System.Math.Tanh
提供: 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 */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
X の双曲線正接を計算します。
Tanh は X の双曲線正接を計算します。