System.Math.Sinh
提供: RAD Studio API Documentation
Delphi
function Sinh(const X: Single): Single; function Sinh(const X: Double): Double; function Sinh(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall Sinh(const float X)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
角度の双曲線正弦を計算します。
Sinh は X の逆双曲線正弦を計算します。