#include float powf(float x,float y) { return IEEESPPow(y,x); }