System.Math.ArcSin

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

Delphi

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

C++

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

プロパティ

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

説明

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

ArcSin は X の逆正弦を返します。X は -1 から 1 までの値です。戻り値は [-π/2..π/2] の範囲の値(ラジアン単位)です。

関連項目