表示: Delphi C++
表示設定

System.Math.ArcCos

提供:XE2 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 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..π] の範囲の値(ラジアン単位)です。

関連項目

以前のバージョン
他の言語