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