summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment concerning the installation of MPFR: done.vlefevre2003-02-271-4/+0
* New recommendation to install MPFR.vlefevre2003-02-272-26/+37
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-247-25/+21
* added one testzimmerma2003-02-211-0/+7
* Fixed cast (though unnecessary).vlefevre2003-02-211-1/+1
* added one testzimmerma2003-02-211-0/+3
* added mpf_compat, mpfr_compatzimmerma2003-02-131-2/+2
* test files for mpf-mpfr compatibilityzimmerma2003-02-133-0/+241
* added mpfr_init_set_strzimmerma2003-02-131-0/+7
* added "const" to char* arg. of mpfr_init_set_strzimmerma2003-02-131-1/+1
* added macros for new mpfr functionszimmerma2003-02-131-3/+25
* mpfr_isinteger -> mpfr_integer_pzimmerma2003-02-136-23/+23
* document new functions (fits_*, get_ui, get_si, get_d_2exp)zimmerma2003-02-131-4/+61