表示: Delphi
C++
表示設定
System.Math.Cosh
提供:XE2 API Documentation
Delphi
function Cosh(const X: Single): Single; function Cosh(const X: Double): Double; function Cosh(const X: Extended): Extended;
C++
extern PACKAGE float __fastcall Cosh(const float X)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
角度の双曲線余弦を計算します。
Cosh を使用すると、X の双曲線余弦を計算できます。