(PHP 4 >= 4.1.0, PHP 5, PHP 7)
tanh — 双曲正切
tanh ( float $arg ) : float
$arg
返回 arg 的双曲正切值,定义为 sinh(arg)/cosh(arg)。
arg
sinh(arg)/cosh(arg)
arg 的双曲正切值