You seriously registered to dig out a half year old thread and ask a vague question?
Anyway, it's easy to figure that out if you read the atan2() documentation (e.g. on cppreference.com). This function takes a y and x value and returns the polar angle of the corresponding vector. Like for all angles in the standard library, radians are used.