Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / w_atan2.c
blobfb690c436598ccf2488ec1eaf8eeb7bff7cd19bd
1 #include <math.h>
2 #include "headers/atan2.h"
4 double atan2(double y, double x)
6 return _atan2(y, x);