In some computer languages atan2(x,y) returns the angle between the origin and point (x,y), with the value returned being between ±180°. In the calculator here, atan2(y,x) returns the angle between (x,y) and the origin.
So here:
$${atan2}{\left(\left({\mathtt{4}}\right), \left({\mathtt{3}}\right)\right)} = {\mathtt{53.130\: \!102\: \!354\: \!156^{\circ}}}$$ This is the angle whose y-component is 4 and whose x-component is 3
However, in Mathcad, for example atan2(4,3) = 36.87° which matches:
$${atan2}{\left(\left({\mathtt{3}}\right), \left({\mathtt{4}}\right)\right)} = {\mathtt{36.869\: \!897\: \!645\: \!844^{\circ}}}$$ This is the angle whose x-component is 4 and whose y-component is 3.
The desired result depends on which is x and which is y. Only the poster will know!
.