scalbnf
float scalbnf(float, int);
extern float scalbnf(float, int);
return (scalbnf(x, n));
return (scalbnf(x, -ilogbf(x)));