System.ArcTan

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

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 は,ラジアン単位の角度を指定する実数型の式です。

関連項目