_acosh

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

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

双曲線逆余弦

@debug _acosh(-1);
// => nan

@debug _acosh(0);
// => nan

@debug _acosh(.5);
// => nan

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

@debug _acosh(2);
// => 1.31696