powf
float powf(float, float);
power = (ficlFloat)powf(10.0, exponent);
extern float powf(float, float);
t = powf(-x, u);
F_RE(ans) = powf(x, u);