tanh
(PHP 4 >= 4.1.0, PHP 5)
tanh — 双曲正切
说明
float <strong>tanh</strong>
 ( float <code>$arg</code>
)
<p>
 返回 <code>arg</code> 的双曲正切值,定义为
 sinh(arg)/cosh(arg)。
</p>参数
arg
      
要处理的参数
返回值
   arg 的双曲正切值
  
参见
tan() - 正切 atanh() - 反双曲正切 sinh() - 双曲正弦 cosh() - 双曲余弦