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