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