System.Math.ArcTanh

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

Delphi

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

C++

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

プロパティ

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

説明

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

ArcTanh は X の逆双曲線正接を返します。X は -1 以上 1 以下の値です。

関連項目