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
What does the given C code do?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What does the given C code do?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!