aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96/e_acoshl.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-2/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-2/+2
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-1/+1
2014-05-14Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers1-1/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-22Optimization to some complex math functionsUlrich Drepper1-1/+1
2011-10-12Optimize libmUlrich Drepper1-15/+4
2001-07-07(__ieee754_acoshl): acosh(x) = ln(2x) if x > 2^30.Ulrich Drepper1-1/+1
1999-07-14Update.Ulrich Drepper1-0/+72