System.Math.ArcCos

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

Delphi

function ArcCos(const X : Extended) : Extended; overload;
function ArcCos(const X : Double) : Double; overload;
function ArcCos(const X : Single) : Single; overload;

C++

extern DELPHI_PACKAGE System::Extended __fastcall ArcCos(const System::Extended X)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

指定された数値の逆余弦を計算します。

ArcCos は X の逆余弦を返します。

X は -1 から 1 までの値です。

戻り値は [0..π] の範囲の値(ラジアン単位)です。

関連項目