about summary refs log tree commit diff
path: root/src/math/j0f.c
Commit message (Expand)AuthorAgeFilesLines
* fix threshold constants in j0f, y0f, j1f, y1fSzabolcs Nagy2017-03-151-4/+4
* math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy2013-12-121-0/+1
* math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy2013-05-151-2/+2
* math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy2013-01-011-101/+70
* code cleanup of named constantsnsz2012-03-191-21/+18
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-4/+4
* first commit of the new libm!Rich Felker2012-03-131-0/+347