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

cosh

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

cosh雙曲余弦

說明

cosh(float $arg): float

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

參數(shù)

arg

要處理的參數(shù)

返回值

arg 的雙曲余弦值。

參見