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雙曲反正切值。

適用於