summaryrefslogtreecommitdiff
path: root/src/math/nexttoward.c
AgeCommit message (Expand)AuthorLines
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy-15/+12
2012-11-13math: fix nextafter and nexttoward on maxdbl and maxflt inputSzabolcs Nagy-1/+1
2012-05-06add FORCE_EVAL macro to evaluate float expr for their side effectnsz-4/+2
2012-05-06fix unused variable warnings in new nextafter/nexttoward codeRich Felker-1/+2
2012-05-06math: nextafter and nexttoward cleanupnsz-52/+30
2012-03-13remove libm.h includes when math.h and float.h are enoughnsz-0/+1
2012-03-13first commit of the new libm!Rich Felker-0/+67