Double.Tanh(Double) 方法

定义

计算值的双曲正切值。

public:
 static double Tanh(double x) = System::Numerics::IHyperbolicFunctions<double>::Tanh;
public static double Tanh (double x);
static member Tanh : double -> double
Public Shared Function Tanh (x As Double) As Double

参数

x
Double

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

返回

x 的双曲正切值。

实现

适用于