IHyperbolicFunctions<TSelf>.Atanh(TSelf) 方法

定义

计算值的双曲反正切值。

public:
 static TSelf Atanh(TSelf x);
public static abstract TSelf Atanh (TSelf x);
static member Atanh : 'Self -> 'Self
Public Shared Function Atanh (x As TSelf) As TSelf

参数

x
TSelf

要计算其双曲反正切的值(以弧度为单位)。

返回

TSelf

的双曲反正切 x值。

适用于