Single.Atanh(Single) 方法

定義

計算值的雙曲反正切值。

public:
 static float Atanh(float x) = System::Numerics::IHyperbolicFunctions<float>::Atanh;
public static float Atanh (float x);
static member Atanh : single -> single
Public Shared Function Atanh (x As Single) As Single

參數

x
Single

以弧度為單位的值,其雙曲反正切值是要計算的。

傳回

x 雙曲反正切值。

實作

適用於