#define _GNU_SOURCE #include double significand(double x) { return scalbn(x, -ilogb(x)); }

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