summaryrefslogtreecommitdiff
path: root/src/math/nexttowardf.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy1-13/+12
2012-11-13math: fix nextafter and nexttoward on maxdbl and maxflt inputSzabolcs Nagy1-1/+1
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz1-4/+2
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker1-1/+2
2012-05-06math: nextafter and nexttoward cleanupnsz1-53/+28
2012-03-13first commit of the new libm!Rich Felker1-0/+62