表示: Delphi
C++
表示設定
System.Math.Cot
提供:XE2 API Documentation
Delphi
function Cot(const X: Single): Single; function Cot(const X: Double): Double; function Cot(const X: Extended): Extended;
C++
extern PACKAGE float __fastcall Cot(const float X)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
角度の余接を計算します。
Cot を呼び出すと、X の余接を取得できます。余接は、1 / Tan(X) という式で計算されます。