summaryrefslogtreecommitdiff
path: root/src/math/j0f.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15fix threshold constants in j0f, y0f, j1f, y1fSzabolcs Nagy1-4/+4
2013-12-12math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy1-0/+1
2013-05-15math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy1-2/+2
2013-01-01math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy1-101/+70
2012-03-19code cleanup of named constantsnsz1-21/+18
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz1-4/+4
2012-03-13first commit of the new libm!Rich Felker1-0/+347