Polar Angles

angle(x, y) Returns the angle from the x-axis to a line containing the origin and the point (x,y). Results are in radians between 0 and , excluding .

atan2(x, y) Returns the angle from the x-axis to a line containing the origin and the point (x,y). Results are in radians between –π and π, excluding –π.

Arguments:

Notes: