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