From 57e0abae4196d5e89486fa87171e12dd14f78584 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 18 Mar 2021 02:37:24 +0300 Subject: Fix various typos (#203) * Fix various typos * Auto fixes * Apply suggestions from code review Co-authored-by: Artem Shibakov * Apply suggestions from code review Co-authored-by: Artem Shibakov Co-authored-by: Artem Shibakov --- files/ru/web/javascript/reference/global_objects/math/atan2/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/javascript/reference/global_objects/math/atan2/index.html') diff --git a/files/ru/web/javascript/reference/global_objects/math/atan2/index.html b/files/ru/web/javascript/reference/global_objects/math/atan2/index.html index 08cdb00c7e..57cd099cc7 100644 --- a/files/ru/web/javascript/reference/global_objects/math/atan2/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/atan2/index.html @@ -38,7 +38,7 @@ Math.atan2(15, 90); // 0.16514867741462683 Math.atan2(±0, -0); // ±PI. Math.atan2(±0, +0); // ±0. Math.atan2(±0, -x); // ±PI для x > 0. -Math.atan2(±0, x); // ±0 дляx > 0. +Math.atan2(±0, x); // ±0 для x > 0. Math.atan2(-y, ±0); // -PI/2 для y > 0. Math.atan2(y, ±0); // PI/2 для y > 0. Math.atan2(±y, -Infinity); // ±PI для конечного y > 0. -- cgit v1.2.3-54-g00ecf