summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* minor change in contributionszimmerma2004-01-201-1/+1
* added Patrick in the main contributorszimmerma2004-01-201-4/+4
* Fixed spelling mistake.vlefevre2004-01-201-1/+1
* Reorder the documentation.pelissip2004-01-201-182/+192
* # Add a remark to mpf_strto.ryde2004-01-191-1/+4
* # Drop my thought about addmul instead of fma. The latter takes aryde2004-01-191-2/+0
* Update tests to remove the use of double when possible.pelissip2004-01-193-24/+58
* Reenable the cmp between inexact flags.pelissip2004-01-191-1/+1
* Add mpfr_get_default_rounding_mode.pelissip2004-01-193-4/+44
* _mpfr_ceil -> mpfr_ceil_double + check for overflow.vlefevre2004-01-191-26/+31
* Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it isvlefevre2004-01-193-133/+159
* Update it to remove the use of float/double.pelissip2004-01-161-116/+134
* Add a new check in tget_str.c.pelissip2004-01-153-30/+32
* Add new macros.pelissip2004-01-151-9/+17
* Readd stdio.h in case of DEBUG mode.pelissip2004-01-151-0/+2
* Optimize a few sub1sp by removing the normalisation in case of exact rounding...pelissip2004-01-151-10/+11
* fixed problem in case m=0 and b=2^k (lost bits from 1st digit were not takenzimmerma2004-01-151-2/+19
* mpn_exp -> mpfr_mpn_expzimmerma2004-01-153-6/+6
* Removed gammaPiAGMformula.c (old version, no longer used).vlefevre2004-01-151-228/+0
* Changed some error messages into assertions.vlefevre2004-01-1423-168/+125
* Continue to port tests so that they don't use double.pelissip2004-01-1420-883/+861
* Update the tests to reduce the use of floats.pelissip2004-01-0916-333/+336
* Remove unused files mpfi.c and mpfi.hpelissip2004-01-092-537/+0
* Update test.pelissip2004-01-091-33/+45
* Add RND_RANDpelissip2004-01-091-0/+6
* + Simplify the signular code.pelissip2004-01-091-10/+5
* + Add a new test file for checking functions mpfr_add/sub/mul/div_q/z (from g...pelissip2004-01-083-40/+371
* -0 -> @minus{}0.vlefevre2004-01-071-2/+2
* Specifications for mpfr_min and mpfr_max.vlefevre2004-01-071-0/+16
* Updated MPFR_INTPREC_MAX definition, as mpfr_prec_t has changed.vlefevre2004-01-071-0/+8
* Add a new test between sub1 and sub1sp.pelissip2004-01-071-3/+2
* Fix copyright line.pelissip2004-01-071-1/+1
* fixed wrong sign of inexact flagzimmerma2004-01-072-2/+2
* Added casts to size_t so that integers representing a size getvlefevre2004-01-071-3/+3
* Use MPFR_ASSERTN(0) instead of abort.pelissip2004-01-071-1/+1
* Fix the definition of MPFR_PREC_MAXpelissip2004-01-071-1/+1
* added new test to check bug repairzimmerma2004-01-071-1/+13
* fixed bug (wrong inexact flag) for rounding to nearest when sh=0 andzimmerma2004-01-071-30/+41
* Fix copyright lines (2004).pelissip2004-01-072-2/+2
* Fix bug of sub1sp.c on sparck.pelissip2004-01-076-24/+162
* Change output format of mpfr_print_mant_binary.pelissip2004-01-071-1/+2
* Clarified comment.vlefevre2004-01-071-3/+3
* Updated copyright line.vlefevre2004-01-061-1/+1
* Added mpfr_version function and test.vlefevre2004-01-067-19/+99
* The mpfr_print_rnd_mode return type is const char *, not char *.vlefevre2004-01-061-2/+2
* Update the copyright line of the source files to 2004.pelissip2004-01-064-4/+4
* Add the tests to check if 0 for signed class with unsigned 0 is set to 0+.pelissip2004-01-064-18/+87
* specified sign of zero in mpfr_set_*zimmerma2004-01-051-0/+3
* removed test using denormszimmerma2004-01-051-6/+0
* Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Lo...pelissip2003-12-223-8/+8