TanH()

语法

Result.f = TanH(Angle.f)
概要
Returns the hyperbolic tangent of the specified hyperbolic angle.

参数

Angle.f The input angle.

返回值

Returns the hyperbolic tangent of the angle.

Remarks

The inverse function of TanH() is ATanH(). This function can handle float and double values.

示例

  Debug TanH(Log(1.618033)) ; will display '0.447213' (1/5 * Sqr(5))

参阅

ATanH(), Tan()

已支持操作系统

所有

<- Tan() - Math Index