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