summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-2285-546/+628
* #include "gmp-impl.h" added.vlefevre2003-05-212-2/+4
* MPFR_ASSERTD: use MPFR_ASSERTN instead of ASSERT_ALWAYS so thatvlefevre2003-05-211-2/+14
* added test 'special'zimmerma2003-05-191-0/+38
* fixed bug when n_bits larger than size*BITS_PER_MP_LIMBzimmerma2003-05-191-13/+21
* Bugs fixed (special cases).vlefevre2003-05-181-21/+17
* removed dummy test tdumpzimmerma2003-05-131-1/+1
* compatibility with mpf is donezimmerma2003-05-131-7/+9
* updated mpfr_cmp_dzimmerma2003-05-133-8/+9
* Added cmp_d.c, tcmp_d.c.hanrot2003-05-132-0/+118
* Added cmp_d/tcmp_d.hanrot2003-05-134-6/+3
* moved test for NaN/Infzimmerma2003-04-112-21/+25
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-116-124/+593
* Move macros down below @copying.ryde2003-04-081-25/+27
* Add @: after various abbreviations.ryde2003-04-081-9/+9
* fixed pb with count_leading_zeros (n=0)zimmerma2003-04-011-1/+4
* added test for bug found by Franky Backeljauwzimmerma2003-04-011-22/+58
* fixed bug found by Frankyzimmerma2003-04-011-36/+51
* Added some asserts.vlefevre2003-03-281-4/+5
* fixed pb found by Will Galway <galway@pims.math.ca> (continued)zimmerma2003-03-281-12/+22
* Patches from W. Galway.hanrot2003-03-282-3/+3
* fixed reference to Plouffe/Bailey/Borwein formulazimmerma2003-03-281-2/+2
* Credits for the pi formula modified.hanrot2003-03-271-1/+1
* changed back "unsigned char *" to "char *"zimmerma2003-03-264-14/+16
* char * -> const unsigned char * for mpfr_set_str, mpfr_set_str_raw,zimmerma2003-03-254-12/+12
* removed unused variablezimmerma2003-03-241-2/+0
* fixed documentation bug in mpfr_log2 (exact results)zimmerma2003-03-181-2/+3
* changed new test in 'check4' stylezimmerma2003-03-181-57/+60
* Update concerning underflow problems.vlefevre2003-03-172-4/+5
* (main): Comment out underflows(), until it works.ryde2003-03-171-1/+1
* Comment out an assert tickled for an f with exponentryde2003-03-171-1/+4
* (LONGDOUBLE_NAN_ACTION): New version for IEEE quad bigryde2003-03-161-2/+37
* Use WANT_GMPFR_LONGDOUBLE_VOLATILE.ryde2003-03-161-4/+2
* (MPFR_C_LONG_DOUBLE_FORMAT): Add IEEE quad big endian,ryde2003-03-161-23/+55
* Added underflow test showing a bug in mpfr_pow.vlefevre2003-03-141-0/+34
* fixed bug for x=1zimmerma2003-03-141-8/+13
* This wasn't a compiler bug; mpfr_pow is really buggy.vlefevre2003-03-142-0/+6
* The infinite loop concerning 1^0.5 was probably due to a bug in thevlefevre2003-03-142-12/+0
* fixed sign problem in particular_cases()zimmerma2003-03-131-1/+5
* declared mpfr_ui_pow_is_exact as staticzimmerma2003-03-131-1/+1
* gnu-stylezimmerma2003-03-132-8/+8
* Removed some useless and inaccurate tests on NaN, infinities, zerosvlefevre2003-03-131-307/+7
* Test of mpfr_pow: particular cases. Bugs.vlefevre2003-03-132-0/+72
* Special cases for mpfr_pow().vlefevre2003-03-122-26/+115
* when stream=NULL, use stdout (as indicated in the documentation)zimmerma2003-03-111-0/+4
* mpfr_sin_sign -> static.vlefevre2003-03-031-3/+1
* Useless declaration removed.vlefevre2003-03-031-2/+0
* Special cases for mpfr_pow: like Section F.9.4.4 of thevlefevre2003-03-031-83/+33
* Prototype fixed.vlefevre2003-03-031-1/+1
* mpfr_set_str now accepts a binary exponent for base 16vlefevre2003-02-273-8/+36