_asinh

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

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

双曲線逆正弦

@debug _asinh(1);
// => 0.88137

@debug _asinh(0);
// => 0