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