System.ArcTan
Delphi
function ArcTan(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE Extended __fastcall ArcTan(const Extended X);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
説明
ArcTan 関数は,指定された数値のアークタンジェント(逆正接)を計算します。
Delphi のコードでは,ArcTan は X のアークタンジェントを返します。
X は,ラジアン単位の角度を指定する実数型の式です。