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