_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