| Commit message (Expand) | Author | Age | Files | Lines |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 4 | -38/+85 |
* | Remove z_abs(). The z_*() functions were in libf77, and for some reason | das | 2007-12-18 | 2 | -8/+0 |
* | Oops, the previous commit was not needed -- the file was committed but | bde | 2007-12-17 | 1 | -1/+1 |
* | Translate from the i386 so that this compiles and runs. | bde | 2007-12-17 | 1 | -1/+1 |
* | Don't try to build s_nanl.c before it is committed. | bde | 2007-12-17 | 1 | -1/+1 |
* | Add logbl(3) to libm. | das | 2007-12-17 | 9 | -32/+184 |
* | Document the fact that we have nan(3) now, and make some minor clarifications | das | 2007-12-17 | 1 | -10/+14 |
* | Implement and document nan(), nanf(), and nanl(). This commit | das | 2007-12-16 | 7 | -4/+279 |
* | 1. Add csqrt{,f}(3). | das | 2007-12-15 | 1 | -2/+10 |
* | Implement and document csqrt(3) and csqrtf(3). | das | 2007-12-15 | 4 | -2/+290 |
* | Update the standards section, and make a minor clarification about the | das | 2007-12-14 | 1 | -5/+10 |
* | Typo in previous commit | das | 2007-12-14 | 1 | -2/+2 |
* | Symbol.map additions for carg and cargf. (They're in C99, so I didn't | das | 2007-12-14 | 1 | -0/+2 |
* | s/C90/C99/ | das | 2007-12-12 | 1 | -1/+1 |
* | Add a "STANDARDS" section. | das | 2007-12-12 | 1 | -0/+9 |
* | Implement carg(3) and cargf(3). | das | 2007-12-12 | 5 | -9/+120 |
* | Oops, back out previous commit since it was backwards to a wrong branch. | bde | 2007-06-14 | 1 | -1/+1 |
* | MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation. | bde | 2007-06-14 | 1 | -1/+1 |
* | Fix an aliasing bug which was finally detected by gcc-4.2. fdlibm has | bde | 2007-06-11 | 1 | -1/+1 |
* | Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimization | bde | 2007-05-29 | 1 | -3/+3 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -2/+0 |
* | Don't assume that int is signed 32-bits in one place. Keep assuming | bde | 2007-05-02 | 2 | -8/+11 |
* | Fix tgamma() on some special args: | bde | 2007-05-02 | 1 | -14/+15 |
* | Document (in a comment) the current (slightly broken) handling of special | bde | 2007-05-02 | 1 | -6/+9 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 7 | -7/+21 |
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 32 | -128/+0 |
* | Implement modfl(). | das | 2007-01-07 | 4 | -2/+104 |
* | Fix a problem relating to fesetenv() clobbering i387 register stack. | das | 2007-01-06 | 2 | -2/+24 |
* | Fix a cut-and-paste-o. | das | 2007-01-06 | 1 | -2/+2 |
* | Correctly handle NaN. | das | 2007-01-06 | 1 | -0/+2 |
* | Correctly handle inf/nan. This routine is currently unused because we | das | 2007-01-06 | 1 | -0/+4 |
* | Remove modf from libm's symbol map. It's actually in libc for | das | 2007-01-06 | 1 | -1/+0 |
* | Remove an unneeded fnstcw instruction. | das | 2007-01-05 | 2 | -13/+10 |
* | Remove a note pertaining to the Alpha. | das | 2007-01-05 | 1 | -7/+0 |
* | Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++ | bde | 2006-10-14 | 1 | -2/+2 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 6 | -443/+0 |
* | Fixed the threshold for using the simple Taylor approximation. | bde | 2006-07-07 | 2 | -2/+2 |
* | Fixed tanh(-0.0) on ia64 and optimizeed tanh(x) for 2**-55 <= |x| < | bde | 2006-07-05 | 1 | -10/+10 |
* | Removed the optimized asm versions of scalb() and scalbf(). These | bde | 2006-07-05 | 3 | -62/+2 |
* | Backed out rev.1.10. It tried to implement ldexpf() as a weak reference | bde | 2006-07-05 | 1 | -2/+0 |
* | Add symbol versioning to libm. | deischen | 2006-03-27 | 16 | -0/+246 |
* | Oops, on amd64 (and probably on all non-i386 systems), the previous | bde | 2006-01-05 | 1 | -6/+11 |
* | Use double precision internally to optimize cbrtf(), and change the | bde | 2006-01-05 | 1 | -28/+13 |
* | Extract the high and low words together. With gcc-3.4 on uniformly | bde | 2005-12-20 | 1 | -8/+6 |
* | Use a minimax polynomial approximation instead of a Pade rational | bde | 2005-12-19 | 2 | -37/+30 |
* | Fixed code to match comments and the algorithm: | bde | 2005-12-18 | 2 | -20/+42 |
* | Added comments about the apparently-magic rational function used in | bde | 2005-12-15 | 1 | -1/+15 |
* | Optimize by not doing excessive conversions for handling the sign bit. | bde | 2005-12-13 | 2 | -15/+9 |
* | Fixed some especially horrible style bugs (indentation that is neither | bde | 2005-12-13 | 2 | -12/+14 |