PHP 手册
后退
前进
tanh
(PHP 4 >= 4.1.0)
tanh -- 双曲正切
说明
float
tanh
( float arg)
返回
arg
的双曲正切值,定义为
sinh(arg)/cosh(arg)
。
参见
tan()
,
atanh()
,
sin()
和
cos()
。
后退
起点
前进
tan
上一级
Multi-Byte String Functions