devctl.h: update for POSIX-1.2024
[newlib-cygwin.git] / newlib / libm / machine / spu / s_cbrt.c
blob56be72f64fb9da930305a4a5ce6a85f91b9cd6cc
1 #include <math.h>
2 #include "headers/cbrt.h"
4 double cbrt(double x)
6 return _cbrt(x);