Возвращает арктангенс (от -π/2 до π/2) своего аргумента. Вызывается через Math.atan(argument).
Math.atan(argument)
document.writeln(Math.atan(-0.5),"<br>"); document.writeln(Math.atan(1),"<br>"); document.writeln(Math.atan(5),"<br>");
В результате получим: