(PHP 4 >= 4.1.0)
float sinh (float arg)
float sinh
(exp(arg) - exp(-arg))/2で定義される argの双曲線正弦を返します。
sin(), asinh(), cos(), tan()も参照下さい。