_cosh

ハイパボリックコサイン (双曲線余弦) を算出します。

引数初期値説明
_cosh($x);
$xNumber対象となる数値

双曲線余弦

@debug _cosh(0);
// => 1

@debug _cosh(1);
// => 1.54308

@debug _cosh(-1);
// => 1.54308