IHyperbolicFunctions<TSelf>.Cosh(TSelf) 方法

定义

计算值的双曲余弦值。

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

参数

x
TSelf

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

返回

TSelf

x 的双曲余弦值。

适用于