Page 1 of 1

What does the given C code do?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
double atan2 (double y, double x);
a) The atan2 function returns the arc tangent of x/y
b) The atan2 function returns the arc tangent of x
c) The atan2 function returns the arc tangent of y/x
d) The atan2 function returns the arc tangent of y