renovations

This commit is contained in:
Ilya Kantor 2015-03-09 18:40:33 +03:00
parent 40681dc96d
commit 0febe4f5fd
13 changed files with 30 additions and 20 deletions

View file

@ -539,7 +539,7 @@ JavaScript предоставляет базовые тригонометрич
<dd>Возвращает арккосинус `x` (в радианах)</dd>
<dt>`Math.asin(x)`</dt>
<dd>Возвращает арксинус `x` (в радианах)</dd>
<dt>`Math.atan`</dt>
<dt>`Math.atan(x)`</dt>
<dd>Возвращает арктангенс `x` (в радианах)</dd>
<dt>`Math.atan2(y, x)`</dt>
<dd>Возвращает угол до точки `(y, x)`. Описание функции: [Atan2](http://en.wikipedia.org/wiki/Atan2).</dd>