answersLogoWhite

0

atan is the normal arc-tangent or inverse tangent function. atan2 - available in many programming languages - takes two parameters (arguments) instead of one, that represent the coordinates of a point. If the coordinates are, for example, (5, 3), the calculation is equivalent to atan(5/3). However, if the point is in other quadrants, the function will return an angle in the correct quadrant. For example, for (-5, -3), it will return an angle in the third quadrant.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: What is the difference between atan and atan2?
Write your answer...
Submit
Still have questions?
magnify glass
imp