atan2() function in C++ STL
The atan2() is an inbuilt function in C++ STL which returns tangent inverse of (y/x), where y is the proportion of the y-coordinate and x is the proportion of the x-coordinate. The numeric value lies between -\pi and \pi representing the angle \theta of a (x, y) point and positive x-axis. It is the