summaryrefslogtreecommitdiff
path: root/lib/libc/gen/modf.c
AgeCommit message (Expand)Author
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2011-07-08Alias modfl to modf. This goes together with the previous bump.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus