Syntax:
ATAN2(number_x;number_y)
number_x - value of the x-coordinate
number_y - value of the y-coordinate
Example:
Suppose we have the point (10,20). What is the angle between the line passing through the given point and the origin with the x-axis.
=ATAN2(10,20) will return 1.10714872
Screen shot:
No comments:
Post a Comment