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