System.Math.ArcSec

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

Delphi

function ArcSec(const X: Single): Single;
function ArcSec(const X: Double): Double;
function ArcSec(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall ArcSec(const float X)/* overload */;

プロパティ

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

説明

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

ArcSec は X の逆正割を返します。

関連項目