aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_erf.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers1-10/+3
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-2/+2
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers1-1/+5
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-5/+1
2015-09-23Use math_narrow_eval more consistently.Joseph Myers1-4/+1
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers1-2/+10
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers1-2/+15
2013-10-17Format floating routines.Ondřej Bílka1-217/+258
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka1-48/+0
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers1-16/+2
1999-08-17Update.Ulrich Drepper1-4/+4
1999-07-14Update.Ulrich Drepper1-0/+431