2016-11-16 4 views
1

질문이 있습니다. JavaScript의 atanatan2의 차이점은 무엇입니까?atan2와 atan2의 차이점

벡터 V (-1, 0)과 축 사이의 각도를 알아야합니다.

atan(0/-1) 메서드를 호출했을 때 대답은 -0 rad였습니다.
atan2(0, -1) 메서드를 호출하면 대답은 Pi rad입니다.

왜 다른 답변입니까? 내 코드에서 atan를 사용하여 이후, 그것은 좀 나에게 동안을했다, 그래서 나는 atan2을 시도하고 마침내 일까지

또한, 나는 얻기 위해 기다리고 있었다 대답은 파이 방사선이었다 (놀랍게도!)

미리 감사드립니다! `https://en.wikipedia.org/wiki/Atan2

+0

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2 – Amy

+0

사용 : 여기 –

답변

0

^_^

는 ATAN2에 대한 자세한 정보에 대한 링크입니다 atan2`, 이유가 있습니다. https://en.wikipedia.org/wiki/Atan2