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