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