_atan

アークタンジェント (逆正接) を算出します。

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

逆正接

@debug _atan(1);
// => 0.7854

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