Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libm / machine / spu / wf_pow.c
blob799665612d24355a5368e2a26c80ba0515168d29
1 #include <math.h>
2 #include "headers/powf.h"
4 float powf(float x, float y)
6 return _powf(x, y);