Math 函数
PHP 手册

tanh

(PHP 4 >= 4.1.0, PHP 5)

tanh双曲正切

说明

float tanh ( float $arg )

返回 arg 的双曲正切值,定义为 sinh(arg)/cosh(arg)

参见: tan()atanh()sin()cos()


Math 函数
PHP 手册