| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ranges in the method description. |  martynas | 2012-08-19 | 1 | -5/+5 |
* | At some point we've switched to the VFP floating-point--unlike FPA |  martynas | 2011-07-26 | 1 | -3/+3 |
* | __arm32__ -> __arm__, since our new compiler isn't defining the |  martynas | 2011-07-26 | 1 | -4/+4 |
* | Make huge constants actually long, so they don't overflow and become |  martynas | 2011-07-25 | 2 | -26/+26 |
* | - Make constants const. |  martynas | 2011-07-20 | 14 | -50/+50 |
* | For intermediate computations use single or extended counterparts |  martynas | 2011-07-20 | 16 | -50/+49 |
* | Typo. |  martynas | 2011-07-19 | 1 | -1/+1 |
* | Make the zero condition properly raise the exception and return. |  martynas | 2011-07-09 | 1 | -1/+2 |
* | Don't reimplement the same thing twice. OK matthew@. |  martynas | 2011-07-09 | 1 | -30/+1 |
* | Remove the stupid commented out fabs(3), frexp(3), and modf(3) |  martynas | 2011-07-08 | 3 | -187/+0 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 2 | -2/+0 |
* | Finalize work on complex math routines, now that we have the |  martynas | 2011-07-08 | 44 | -23/+1805 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 2 | -0/+2 |
* | signbitl -> signbit. |  martynas | 2011-07-08 | 2 | -4/+4 |
* | Finalize work on the math library. It's time to do this monster |  martynas | 2011-07-06 | 97 | -45/+11067 |
* | - Take into account padding for the IEEE extended shape types. It |  martynas | 2011-07-04 | 1 | -37/+183 |
* | For tiny x, tanhf = x*(one+x). GCC (at -O2) optimized this into |  martynas | 2011-07-02 | 1 | -0/+2 |
* | Call the single, not double-precision version of copysign for the |  martynas | 2011-05-31 | 1 | -2/+2 |
* | For tiny x, tanh = x*(one+x). GCC (at -O2) optimized this into |  martynas | 2011-05-30 | 1 | -2/+4 |
* | Trick lint into recording the right prototypes in the llib-lm.ln |  martynas | 2011-05-30 | 18 | -76/+166 |
* | Store -1 into signgam in case of a special value of -0. |  martynas | 2011-05-28 | 2 | -2/+10 |
* | - enable fenv |  martynas | 2011-04-28 | 1 | -0/+59 |
* | Trick GCC optimizer into clipping any extra precision by making w |  martynas | 2011-04-20 | 4 | -7/+11 |
* | The {,l}lround{,f} implementations are based on {,l}lrint{,f}, |  martynas | 2011-04-17 | 4 | -13/+13 |
* | 20 -> DBL_FRACHBITS |  martynas | 2011-04-17 | 1 | -4/+4 |
* | C99: "The nextafter functions return y if x equals y." |  martynas | 2011-04-16 | 2 | -2/+2 |
* | The {,l}lrint{,f} functions avoid to shift results by more than 31 |  martynas | 2011-04-10 | 2 | -8/+8 |
* | 20 -> DBL_FRACHBITS |  martynas | 2011-04-10 | 1 | -4/+4 |
* | The assumption that |1.0 * 2^exp| = 0, exp < -1 cannot be made when |  martynas | 2011-04-10 | 2 | -8/+8 |
* | Fix the cproj family to not return garbage on finite arguments. |  guenther | 2010-07-19 | 2 | -2/+6 |
* | Use crealf() and cimagf() instead of creal() and cimag() when the |  guenther | 2010-07-18 | 11 | -34/+34 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 103 | -415/+3 |
* | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml |  kettenis | 2009-10-26 | 1 | -7/+2 |
* | int is big enough to fully represent exponents of all supported fp |  martynas | 2009-07-25 | 1 | -0/+42 |
* | make ldexpf behavior consistent with the double and extended-precision |  martynas | 2009-04-19 | 3 | -69/+7 |
* | const static -> static const; since it's deprecated per C99. ok millert@ |  martynas | 2009-04-05 | 1 | -11/+11 |
* | Let this compile with gcc 2. |  miod | 2008-12-22 | 1 | -4/+4 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 19 | -23/+23 |
* | - 80-bit and quad precision trigonometric and other most |  martynas | 2008-12-09 | 57 | -137/+3693 |
* | typo: is -> if. ok millert@ |  martynas | 2008-09-16 | 2 | -2/+2 |
* | gc unused files, the functions are in libc. ok millert@ |  martynas | 2008-09-16 | 4 | -123/+0 |
* | - make much more readable: don't reimplement isnan, signbit each |  martynas | 2008-09-11 | 4 | -56/+32 |
* | sigh, gamma got lost |  martynas | 2008-09-09 | 4 | -0/+121 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 150 | -3180/+3512 |
* | revert |  martynas | 2008-08-08 | 1 | -2/+2 |
* | make _digittoint static |  martynas | 2008-08-08 | 1 | -2/+2 |
* | - remove isinff, isnanf. this has been moved to libc |  martynas | 2008-07-24 | 6 | -1/+941 |
* | remez -> Remes here, too. for consistency |  martynas | 2008-07-22 | 2 | -2/+2 |
* | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c |  martynas | 2008-07-21 | 4 | -6/+6 |
* | Reme algorithm -> Remes algorithm. in comments |  martynas | 2008-07-20 | 4 | -4/+4 |