summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/modf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-3/+3
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-9/+2
* Alias modfl to modf. This goes together with the previous bump.martynas2011-07-081-1/+13
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-0/+104
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-104/+0
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-0/+104