summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replaced misc random functions by GMP ones.vlefevre2003-06-1239-138/+127
* Added function randlimb().vlefevre2003-06-122-1/+11
* Fixed a few bugs concerning special values, code simplified.vlefevre2003-06-121-19/+4
* added error functionzimmerma2003-06-127-55/+666
* Make x positive + some minor changes.vlefevre2003-06-111-2/+3
* New version written by Torbjorn Granlund.vlefevre2003-06-111-18/+26
* updated formular for erfzimmerma2003-06-102-6/+6
* Added a comment concerning NO_MATH_DEFS.vlefevre2003-06-101-0/+4
* made test fasterzimmerma2003-06-101-1/+1
* reduced test timezimmerma2003-06-101-2/+5
* reduced time of testzimmerma2003-06-101-4/+6
* reduced timezimmerma2003-06-101-2/+2
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-0937-221/+217
* Disable "8093416094703476*2^(-1075)" because mips64ryde2003-06-081-0/+7
* Include <stddef.h> before <math.h>, to avoid problems withryde2003-06-081-0/+2
* (random): Remove prototype, since it conflicts withryde2003-06-081-1/+0
* Added prototypes of non-standard functions that weren't always defined.vlefevre2003-05-283-6/+14
* MPFR_EXP_CHECK is now defined when WANT_ASSERT is defined.vlefevre2003-05-281-1/+5
* The special case s = 1 is taken into account (the previous codevlefevre2003-05-261-54/+60
* Added test for case s = 1.vlefevre2003-05-261-2/+8
* (mpfr_round_prec): Bug fixed (case zero wasn't taken into account)vlefevre2003-05-261-4/+5
* Update related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-263-9/+12
* MPFR_GET_EXP (r) -> exp.vlefevre2003-05-261-1/+1
* Function mpfr_swap rewritten using memcpy.vlefevre2003-05-261-26/+14
* Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-2/+3
* Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-266-17/+19
* Code clean-up. Assertion failed avoided.vlefevre2003-05-231-16/+15
* Update.vlefevre2003-05-221-0/+645
* 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