(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
cosh — 雙曲余弦
$arg
返回 arg 的雙曲余弦值,定義為 (exp(arg) + exp(-arg))/2。
arg
(exp(arg) + exp(-arg))/2
要處理的參數
arg 的雙曲余弦值。