cosh

(PHP 4 >= 4.1.0, PHP 5)

cosh -- 雙曲餘弦

說明

float cosh ( float arg )

返回 arg 的雙曲餘弦值,定義為 (exp(arg) + exp(-arg))/2

參見: cos()acosh()sin()tan()