Polar angle of a point
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the polar angle of the point.
Input
Two integers are given - the decart coordinates of the point that does not coincide with the origin. Input values do not exceed 10000 by the absolute value.
Output
Print one real number - the value of its polar angle in radians in the interval [0; 2π). The answer must be rounded to 6 digits after the decimal point.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 28%