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