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