aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/e_j1f.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy1-2/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-30/+482
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers1-2/+2
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+3
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-4/+4
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes1-1/+1
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers1-1/+3
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-4/+1
2015-06-29Fix j1, jn missing underflows (bug 16559).Joseph Myers1-1/+9
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra1-1/+1
2015-02-26Avoid uninitialized warnings in Bessel functions.Joseph Myers1-2/+4
2014-06-23Set errno for y1 overflow (bug 17050).Joseph Myers1-1/+5
2014-05-31Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller1-0/+1
2012-11-18Correct tinyness handling in long-double and float y0/y1.David S. Miller1-1/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-12Optimize libmUlrich Drepper1-174/+65
2003-12-28Update.Andreas Jaeger1-2/+2
2001-02-13Little optimization, use sincos.Ulrich Drepper1-4/+2
2000-10-25Update.Ulrich Drepper1-15/+15
1999-07-14Update.Ulrich Drepper1-0/+444