We have a function called angle(x,y), which returns the angle for the vector (x,y). This is equivalent to the atan2(y,x) function that is used in some software. Sorry if this was not easy to find. We moved the angle function after the atan function in the reference list to help users find this in the future.