about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_j1.c
Commit message (Expand)AuthorAgeFilesLines
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-151-1/+1
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-1/+3
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-5/+1
* Fix j1, jn missing underflows (bug 16559).Joseph Myers2015-06-291-2/+11
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-1/+1
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-261-2/+4
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-1/+5
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-6/+6
* Format floating routines.Ondřej Bílka2013-10-171-147/+198
* Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka2013-09-101-21/+0
* Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers2013-03-141-2/+4
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Optimize libmUlrich Drepper2011-10-121-182/+73
* Update.Andreas Jaeger2003-12-281-2/+2
* Little optimization, use sincos.Ulrich Drepper2001-02-131-4/+2
* Update.Ulrich Drepper2000-10-251-4/+4
* Update.Ulrich Drepper1999-07-141-0/+532