summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2011 withvlefevre2011-01-17421-421/+421
* [doc/README.dev] Updated year in example.vlefevre2011-01-171-1/+1
* tests: updated svn:ignore property.vlefevre2011-01-170-0/+0
* [src/pow.c] Added an assertion.vlefevre2011-01-171-0/+1
* [tests/td_div.c] Consistency change.vlefevre2011-01-171-1/+1
* [tests/tdiv_d.c] Updated test of special cases.vlefevre2011-01-171-2/+20
* [src/log1p.c] Added support for the division-by-zero exception.vlefevre2011-01-171-0/+1
* [tests/tlog1p.c] Test the flags for special cases.vlefevre2011-01-171-0/+14
* Added support for the division-by-zero exception in functionsvlefevre2011-01-1712-6/+18
* [tests/tgrandom.c] Add missing cast for malloc.lfousse2011-01-161-1/+1
* [src/yn.c] Added support for the division-by-zero exception.vlefevre2011-01-161-1/+2
* [src/rec_sqrt.c] Added support for the division-by-zero exception.vlefevre2011-01-161-0/+1
* [src/pow_si.c] Improved robustness (in case of future changes).vlefevre2011-01-161-14/+11
* Added support for the division-by-zero exception for the power functionsvlefevre2011-01-164-8/+165
* Rename mpfr_urandom_gaussian to mpfr_grandom.lfousse2011-01-166-18/+18
* [doc/mpfr.texi] Corrections for mpfr_urandom_gaussian.vlefevre2011-01-151-3/+3
* [tests/turandom_gaussian.c] Fixed C99-only code.vlefevre2011-01-151-1/+1
* [src/frexp.c,tests/tfrexp.c] added new function mpfr_frexpzimmerma2011-01-1510-7/+286
* [doc/mpfr.texi] Document urandom_gaussian.lfousse2011-01-141-0/+16
* [tests/Makefile.am] Include turandom_gaussian in tests.lfousse2011-01-141-2/+2
* [tests/turandom_gaussian.c] Add tests for urandom_gaussian.lfousse2011-01-141-0/+114
* [tests/tdiv.c] Added consistency tests between mpfr_div, mpfr_ui_div,vlefevre2011-01-141-3/+88
* [src/ui_div.c] Fixed prototype formatting.vlefevre2011-01-142-2/+5
* [src/urandom_gaussian.c] Fix x -> xp, and scaling.lfousse2011-01-141-3/+5
* [src/urandom_gaussian.c] Pick the signs of the outputs at random.lfousse2011-01-141-2/+9
* [src/urandom_gaussian.c] Fix precision of temporary results.lfousse2011-01-141-2/+4
* [src/urandom_gaussian.c] Add missing inits/clears.lfousse2011-01-141-5/+12
* [src/mpfr.h] Declare urandom_gaussian.lfousse2011-01-141-0/+2
* [src/Makefile.am] Add urandom_gaussian.c to the sources.lfousse2011-01-141-1/+2
* [src/urandom_gaussian] Start work on gaussian distribution.lfousse2011-01-141-0/+178
* [tests/tgeneric.c] Fixed code introduced in r7346, again.vlefevre2011-01-141-2/+2
* [sin_cos.c] moved macros to mpfr-impl.h, added READMEzimmerma2011-01-142-3/+7
* [sin_cos.c] new inexact flags computed by mpfr_check_range were lostzimmerma2011-01-141-2/+2
* [tests/tgeneric.c] Fixed code introduced in r7346.vlefevre2011-01-141-4/+4
* [tools/coverage] Update from Patrick.vlefevre2011-01-141-10/+28
* [src/ui_div.c] Set the division-by-zero flag.vlefevre2011-01-142-2/+19
* [src/div.c] Set the division-by-zero flag.vlefevre2011-01-143-14/+205
* [tests/tset.c] Tests didn't fail in case of error from PRINT_ERROR_IF.vlefevre2011-01-141-2/+10
* [tests/tgeneric.c] Added comments.vlefevre2011-01-141-0/+2
* [tests/tgeneric.c] Check the division-by-zero flag.vlefevre2011-01-141-2/+22
* Improved tests/texceptions.c (mpfr_clear_*, mpfr_set_*).vlefevre2011-01-141-1/+46
* Added support for the division-by-zero exception.vlefevre2011-01-144-1/+37
* [src/exceptions.c] Fixed bad #undef's (with currently no consequences).vlefevre2011-01-141-5/+5
* [TODO] removed item about inlined mpfr_neg: Patrick Pelissier tried it but itzimmerma2011-01-141-5/+0
* [src/mpfr-impl.h] Removed an obsolete comment.vlefevre2011-01-141-13/+1
* [src/atan2.c] "Exact" division can be inexact because of the exponent range.lfousse2011-01-131-4/+11
* [out_raw.c] exchanged bits for precision and exponentzimmerma2011-01-131-1/+1
* [out_raw.c] first proposal for external formatzimmerma2011-01-131-0/+40
* [src/mpfr-impl.h] MPFR_IS_POWER_OF_2: added parentheses.vlefevre2011-01-131-1/+2
* Add tests for special case of atan2 (x power of 2).lfousse2011-01-131-0/+37