System.Math.Cot

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Cot(const X: Single): Single;
function Cot(const X: Double): Double;
function Cot(const X: Extended): Extended;

C++

extern DELPHI_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) という式で計算されます。

関連項目