MathF.Tanh(Single) 方法

定义

返回指定角度的双曲正切值。

public:
 static float Tanh(float x);
public static float Tanh (float x);
static member Tanh : single -> single
Public Shared Function Tanh (x As Single) As Single

参数

x
Single

要采用双曲正切的角度。

返回

x 的双曲正切值

注解

角度(x)必须以弧度为单位。 乘以 MathF.PI/180 将度转换为弧度。

此方法调用基础 C 运行时,确切的结果或有效输入范围在不同操作系统或体系结构之间可能有所不同。

适用于