WorksheetFunction.Sinh(Double) 方法

定义

返回某一数字的双曲正弦值。

public:
 double Sinh(double Arg1);
public double Sinh (double Arg1);
Public Function Sinh (Arg1 As Double) As Double

参数

Arg1
Double

Number 为任意实数。

返回

注解

双曲正弦值的计算公式为:

图 1:双曲正弦值公式

适用于