System.Math.SecH
Delphi
function SecH(const X: Single): Single;
function SecH(const X: Double): Double;
function SecH(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall SecH(const float X)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
角度の双曲線正割を計算します。
SecH を呼び出すと、X(ラジアン単位で表した角度)の双曲線正割を取得できます。