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