#include float sqrtf(float x) { return IEEESPSqrt(x); }