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