| Commit message (Expand) | Author | Age | Files | Lines |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 3 | -12/+32 |
* | Implement C99's signbit() macro. | mike | 2003-02-11 | 1 | -0/+2 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+32 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -2/+5 |
* | Remove duplicate declaration. | markm | 2002-10-23 | 1 | -1/+0 |
* | Fixed a last-minute editing error in previous commit. nfs and/or cvs | bde | 2002-10-01 | 1 | -0/+0 |
* | Merged all interesting difference between the old math.h and the current | bde | 2002-10-01 | 1 | -0/+0 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 1 | -5/+2 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 1 | -2/+5 |
* | e_pow.c: | bde | 2002-06-17 | 2 | -2/+2 |
* | Fix formatting, this is hard to explain, so I'll show one example. | alfred | 2002-05-28 | 129 | -141/+282 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 141 | -1502/+5 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 19 | -187/+38 |
* | Spread the word of PowerPC. | benno | 2002-05-21 | 1 | -1/+2 |
* | Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. | bde | 2002-03-26 | 1 | -0/+1 |
* | Fixed some minor style bugs. | bde | 2002-03-26 | 1 | -2/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 3 | -182/+182 |
* | Add ifdef sparc64. | jake | 2002-01-02 | 1 | -1/+1 |
* | Fix style bugs (mostly remove 'extern' from function prototypes) | phantom | 2001-12-13 | 2 | -202/+206 |
* | Port to ia64. Actually, just do like the alpha. | dfr | 2001-10-08 | 1 | -1/+1 |
* | Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly | ru | 2001-06-13 | 3 | -19/+20 |
* | Fix #include order | brian | 2000-10-15 | 1 | -1/+1 |
* | MFS: Add a "magic" comment to help fixincludes realize it doesn't need to | obrien | 2000-03-27 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 163 | -163/+163 |
* | There is no alpha asm code like on i386, so all the functions that | jb | 1998-05-10 | 1 | -1/+28 |
* | Back out last change | pst | 1998-04-23 | 1 | -2/+2 |
* | Fix cabs and cabsf definitions to be prototypes. | pst | 1998-04-22 | 1 | -3/+3 |
* | Hide the declaration of `struct exception' from C++, since it conflicts | bde | 1997-08-31 | 1 | -1/+5 |
* | Use __ieee754_sqrt() instead of sqrt() internally. Similarly for the | bde | 1997-03-09 | 12 | -33/+33 |
* | Fixed wrong magic numbers in scaling. hypotf() was very broken for large | bde | 1997-03-05 | 1 | -8/+8 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 163 | -163/+163 |
* | Split up the Bessel function wrapper files so that most wrapper functions | bde | 1997-02-20 | 12 | -176/+313 |
* | Removed misplaced duplicate of comment about implementation details. | bde | 1997-02-20 | 1 | -22/+0 |
* | Select between the generic math functions and the i387-specific ones | bde | 1997-02-16 | 24 | -48/+98 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 156 | -156/+156 |
* | Made rintf() actually work. It was completely broken (when s_rint.c | bde | 1996-08-28 | 2 | -6/+19 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 7 | -16/+16 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 161 | -1036/+1036 |
* | Submitted by: J.T. Conklin <jtc@wimsey.com> | bde | 1995-04-07 | 6 | -10/+56 |
* | Submitted by: J.T. Conklin <jtc@wimsey.com> | bde | 1995-04-07 | 2 | -4/+4 |
* | Add missing z_abs. In BSD tradition this is in libm.a. | ljo | 1994-11-11 | 1 | -0/+7 |
* | J.T. Conklin's latest version of the Sun math library. | jkh | 1994-08-19 | 162 | -0/+15965 |