{"json_modified": "2015-04-22T09:46:11.836721", "slug": "Web/JavaScript/Reference/Global_Objects/Math/atan2", "tags": ["R\u00e9f\u00e9rence", "Reference", "Method", "Math", "JavaScript"], "locale": "ru", "title": "Math.atan2()", "translations": [{"title": "Math.atan2()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2", "tags": ["R\u00e9f\u00e9rence", "Reference", "Method", "Math", "JavaScript"], "summary": "The Math.atan2() function returns the arctangent of the quotient of its arguments.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-02-05T00:21:52", "review_tags": []}, {"title": "Math.atan2()", "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/Math/atan2", "tags": ["Math", "Method", "JavaScript"], "summary": "Zwraca k\u0105ta (w radianach) utworzony przez o\u015b OX i prost\u0105 przechodz\u0105c\u0105 przez punkt o podanych wsp\u00f3\u0142rz\u0119dnych.", "localization_tags": [], "locale": "pl", "last_edit": "2015-04-20T06:59:16", "review_tags": []}, {"title": "Math.atan2()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Math/atan2", "tags": ["R\u00e9f\u00e9rence", "Reference", "Method", "Math", "JavaScript"], "summary": "La fonction Math.atan2() renvoie l'arc tangente du quotient de ses arguments.", "localization_tags": [], "locale": "fr", "last_edit": "2015-02-17T14:27:37", "review_tags": []}, {"title": "Math.atan2()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2", "tags": ["Math", "Math Methods", "JavaScript"], "summary": "\u5f15\u6570\u306e\u6bd4\u7387\u3067\u306e\u30a2\u30fc\u30af\u30bf\u30f3\u30b8\u30a7\u30f3\u30c8\u3092\u8fd4\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-13T00:49:55", "review_tags": []}, {"title": "Math.atan2()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2", "tags": [], "summary": "Math.atan2() \u8fd4\u56de\u5176\u53c2\u6570\u6bd4\u503c\u7684\u53cd\u6b63\u5207\u503c\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-07-24T06:12:10", "review_tags": []}], "modified": "2015-04-22T09:46:10", "label": "Math.atan2()", "localization_tags": [], "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2", "last_edit": "2015-02-05T00:27:20", "summary": "\u041c\u0435\u0442\u043e\u0434 Math.atan2() \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0430\u0440\u043a\u0442\u0430\u043d\u0433\u0435\u043d\u0441 \u043e\u0442 \u0447\u0430\u0441\u0442\u043d\u043e\u0433\u043e \u0441\u0432\u043e\u0438\u0445 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432.", "sections": [{"id": "Quick_Links", "title": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b Math \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 Math.E Math.LN10 Math.LN2 Math.LOG10E Math.LOG2E Math.PI Math.SQRT1_2 Math.SQRT2 \u041c\u0435\u0442\u043e\u0434\u044b Math.abs() Math.acos() Math.acosh() Math.asin() Math.asinh() Math.atan() Math.atan2() Math.atanh() Math.cbrt() Math.ceil() Math.clz32() Math.cos() Math.cosh() Math.exp() Math.expm1() Math.floor() Math.fround() Math.hypot() Math.imul() Math.log() Math.log10() Math.log1p() Math.log2() Math.max() Math.min() Math.pow() Math.random() Math.round() Math.sign() Math.sin() Math.sinh() Math.sqrt() Math.tan() Math.tanh() Math.trunc() \u0423\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u043d\u044b\u0435 Object \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 Object.prototype.__count__ Object.prototype.__noSuchMethod__ Object.prototype.__parent__ Object.prototype.__proto__ Object.prototype.constructor \u041c\u0435\u0442\u043e\u0434\u044b Object.prototype.__defineGetter__() Object.prototype.__defineSetter__() Object.prototype.__lookupGetter__() Object.prototype.__lookupSetter__() Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() Object.prototype.propertyIsEnumerable() Object.prototype.toLocaleString() Object.prototype.toSource() Object.prototype.toString() Object.prototype.unwatch() Object.prototype.valueOf() Object.prototype.watch()"}, {"id": "Summary", "title": "\u0421\u0432\u043e\u0434\u043a\u0430"}, {"id": "Syntax", "title": "\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441"}, {"id": "Parameters", "title": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b"}, {"id": "Description", "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435"}, {"id": "Examples", "title": "\u041f\u0440\u0438\u043c\u0435\u0440\u044b"}, {"id": "Example:_Using_Math.atan2", "title": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043c\u0435\u0442\u043e\u0434\u0430 Math.atan2()"}, {"id": "Specifications", "title": "\u0421\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"}, {"id": "Browser_compatibility", "title": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c \u0441 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043c\u0438"}, {"id": "See_also", "title": "\u0421\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u0442\u0430\u043a\u0436\u0435"}], "id": 135429, "review_tags": []}