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