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