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值。

实现

适用于