about summary refs log tree commit diff
path: root/src/math/nexttowardf.c
Commit message (Expand)AuthorAgeFilesLines
* math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy2013-09-051-13/+12
* math: fix nextafter and nexttoward on maxdbl and maxflt inputSzabolcs Nagy2012-11-131-1/+1
* add FORCE_EVAL macro to evaluate float expr for their side effectnsz2012-05-061-4/+2
* fix unused variable warnings in new nextafter/nexttoward codeRich Felker2012-05-061-1/+2
* math: nextafter and nexttoward cleanupnsz2012-05-061-53/+28
* first commit of the new libm!Rich Felker2012-03-131-0/+62