#include float ldexpf(float x, int n) { return scalbnf(x, n); }

AltStyle によって変換されたページ (->オリジナル) /