雙曲餘弦 « cos decbin » PHP Manual Math 函式 雙曲餘弦 cosh (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)cosh — 雙曲餘弦 說明 cosh(float $arg): float 返回 arg 的雙曲餘弦值,定義為 (exp(arg) + exp(-arg))/2。 參數 arg 要處理的參數 返回值 arg 的雙曲餘弦值。 參見 cos() - 餘弦 acosh() - 反雙曲餘弦 sinh() - 雙曲正弦 cosh()