summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_expm1.c
AgeCommit message (Expand)Author
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-06-22Fix expm1 missing underflows (bug 16353).Joseph Myers
2013-10-17Format floating routines.Ondřej Bílka
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2011-10-25Use math_force_eval in more placesUlrich Drepper
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper
1999-07-14Update.Ulrich Drepper