| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the declaration of isnan() from this file. It is no longer | das | 2004-07-09 | 2 | -6/+0 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 3 | -6/+144 |
* | Define the following macros in terms of [gi]cc builtins when the | das | 2004-07-09 | 1 | -0/+29 |
* | Add C99's nearbyint{,f}() functions as wrappers around rint(). | das | 2004-07-06 | 2 | -0/+56 |
* | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | das | 2004-06-30 | 8 | -3/+380 |
* | Declare scalbln(), scalblnf(), trunc(), and truncf(). | das | 2004-06-20 | 1 | -0/+4 |
* | Implement trunc() and truncf(). | das | 2004-06-20 | 2 | -0/+114 |
* | Add trivial implementations of scalbln() and scalblnf(). | das | 2004-06-20 | 1 | -0/+44 |
* | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | stefanf | 2004-06-19 | 1 | -2/+3 |
* | Fix a bug where rintf() rounded the wrong way in round-to-nearest mode | das | 2004-06-09 | 1 | -26/+7 |
* | Include <sys/cdefs.h> earlier to get the various visibility constants. | das | 2004-06-09 | 1 | -2/+1 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 3 | -0/+108 |
* | Fixed lots of 1 ULP errors caused by a broken approximation for pi/2. | bde | 2004-06-02 | 1 | -2/+2 |
* | Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() | das | 2004-06-02 | 1 | -8/+24 |
* | Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan() | das | 2004-06-02 | 1 | -10/+24 |
* | Merged from double precision case (e_pow.c 1.10: sign fixes). | bde | 2004-06-01 | 1 | -13/+14 |
* | Fixed the sign of the result in some overflow and underflow cases (ones | bde | 2004-06-01 | 1 | -17/+18 |
* | Fixed another precision bug in powf(). This one is in the computation | bde | 2004-06-01 | 1 | -1/+1 |
* | Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */. | bde | 2004-06-01 | 1 | -1/+2 |
* | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | stefanf | 2004-05-30 | 9 | -0/+315 |
* | Add an implementation of copysignl(), a long double version of copysign(). | stefanf | 2004-05-07 | 2 | -0/+44 |
* | Make sure that symbols are declared in math.h iff the appropriate | das | 2004-04-25 | 1 | -65/+68 |
* | Remove a stale comment referring to values.h, which has never been | das | 2004-04-25 | 1 | -6/+1 |
* | Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO, | bde | 2004-03-12 | 1 | -0/+6 |
* | Fix a problem where libm compiled under 5.X would depend on features | das | 2003-10-27 | 2 | -2/+8 |
* | Better safe than clever. | des | 2003-10-25 | 1 | -2/+5 |
* | - fabsl.c should be named s_fabsl.c for consistency with libmsun's | des | 2003-10-25 | 1 | -1/+4 |
* | Add prototypes for all long double functions in C99. Leave them all | des | 2003-10-23 | 1 | -0/+67 |
* | Implement fabsl(3), allowing the world to build with -fno-builtin. | des | 2003-10-23 | 1 | -0/+37 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 25 | -65/+25 |
* | No longer need the internal __get_hw_float() function. | peter | 2003-07-23 | 1 | -50/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 2 | -2/+14 |
* | Fix two misuses of __BSD_VISIBLE. | mike | 2003-05-22 | 1 | -2/+2 |
* | AMD64 support (another IEEEFP platform) | peter | 2003-04-30 | 1 | -1/+1 |
* | Fix braino in definition of isfinite(). | das | 2003-04-04 | 1 | -1/+1 |
* | - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANT | imp | 2003-02-26 | 1 | -4/+4 |
* | 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 |