tanh

(PHP 4 >= 4.1.0, PHP 5)

tanh -- 双曲線正接

説明

float tanh ( float arg )

sinh(arg)/cosh(arg)で定義される argの双曲線正接を返します。

tan(), atanh(), sin(), cos()も参照ください。