Math 函数
在线手册:中文 英文
PHP手册

cosh

(PHP 4 >= 4.1.0, PHP 5)

cosh双曲余弦

说明

float cosh ( float $arg )

返回 arg 的双曲余弦值,定义为 (exp(arg) + exp(-arg))/2

参见: cos()acosh()sin()tan()


Math 函数
在线手册:中文 英文
PHP手册