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