IHyperbolicFunctions<TSelf>.Asinh(TSelf) 方法

定义

计算值的双曲反正弦值。

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

参数

x
TSelf

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

返回

TSelf

的双曲反正弦值 x

适用于