about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96/e_acoshl.c
Commit message (Collapse)AuthorAgeFilesLines
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
| | | | Entire tree edited via find | grep | sed.
* Optimization to some complex math functionsUlrich Drepper2011-10-221-1/+1
| | | | Also, change last reference to __sqrt into __sqrt to easily.
* Optimize libmUlrich Drepper2011-10-121-15/+4
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* (__ieee754_acoshl): acosh(x) = ln(2x) if x > 2^30.Ulrich Drepper2001-07-071-1/+1
|
* Update.Ulrich Drepper1999-07-141-0/+72