System.Math.ArcCosh

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

Delphi

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

C++

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

プロパティ

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

説明

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

ArcCosh は X の逆双曲線余弦を返します。X は 1 以上の値です。

関連項目