The Math. atan2 () method in JavaScript is described in detail, and javascriptatan2

Source: Internet
Author: User

The Math. atan2 () method in JavaScript is described in detail, and javascriptatan2

This method returns the arc tangent of Its Parameter quotient. The ATAN2 method returns the value between-pi and the angle theta at the point (x, y) of PI.
Syntax

Math.atan2( x, y ) ;

The following is the detailed information about the parameters:

  • X and y: a number.

Return Value:

Returns the arc tangent of a radian.

Math.atan2( ±0, -0 ) returns ±PI.Math.atan2( ±0, +0 ) returns ±0.Math.atan2( ±0, -x ) returns ±PI for x < 0.Math.atan2( ±0, x ) returns ±0 for x > 0.Math.atan2( y, ±0 ) returns -PI/2 for y > 0.Math.atan2( ±y, -Infinity ) returns ±PI for finite y > 0.Math.atan2( ±y, +Infinity ) returns ±0 for finite y > 0.Math.atan2( ±Infinity, +x ) returns ±PI/2 for finite x.Math.atan2( ±Infinity, -Infinity ) returns ±3*PI/4.Math.atan2( ±Infinity, +Infinity ) returns ±PI/4.

Example:

This produces the following results:

First Test Value : 1.4056476493802698Second Test Value : 0.16514867741462683Third Test Value : 3.141592653589793Fourth Test Value : 2.356194490192345 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.