summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/pow.c] Added an assertion.vlefevre2011-01-171-0/+1
* [src/log1p.c] Added support for the division-by-zero exception.vlefevre2011-01-171-0/+1
* Added support for the division-by-zero exception in functionsvlefevre2011-01-1712-6/+18
* [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-163-3/+10
* Rename mpfr_urandom_gaussian to mpfr_grandom.lfousse2011-01-163-8/+8
* [src/frexp.c,tests/tfrexp.c] added new function mpfr_frexpzimmerma2011-01-155-3/+129
* [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
* [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
* [src/ui_div.c] Set the division-by-zero flag.vlefevre2011-01-141-0/+1
* [src/div.c] Set the division-by-zero flag.vlefevre2011-01-141-0/+2
* Added support for the division-by-zero exception.vlefevre2011-01-143-1/+35
* [src/exceptions.c] Fixed bad #undef's (with currently no consequences).vlefevre2011-01-141-5/+5
* [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 special case for atan2(x,y) when x is a power of 2.lfousse2011-01-131-4/+12
* New macro MPFR_IS_POWER_OF_2.lfousse2011-01-131-0/+1
* Add special case for x=0 in mpfr_ai1.lfousse2011-01-131-1/+30
* Support multiple inclusions of mpfr.h w.r.t. <stdio.h> and <stdarg.h>vlefevre2011-01-131-39/+78
* [src/mpfr-longlong.h] idem as previous commit for other 2 FIXME'szimmerma2011-01-131-1/+5
* [mpfr-longlong.h] resolved one FIXME, by adding a new one :-)zimmerma2011-01-131-1/+2
* Support multiple inclusions of mpfr.h w.r.t. <stdint.h> / <inttypes.h>.vlefevre2011-01-131-38/+48
* [src/get_ld.c] Updated a comment about the last change.vlefevre2010-12-251-1/+3
* [src/get_ld.c] Minor performance improvement.vlefevre2010-12-251-1/+6
* [src/sin.c] Fixed failure in debug mode (missing MPFR_IS_ZERO test).vlefevre2010-12-171-0/+1
* [src/rec_sqrt.c] Improved comment.vlefevre2010-12-171-1/+1
* [rec_sqrt.c] put back some information lost in commit 7302zimmerma2010-12-171-1/+1
* [src/cmp2.c] Corrected a comment.vlefevre2010-12-171-2/+2
* Replaced some MPFR_EXP by MPFR_GET_EXP.vlefevre2010-12-173-5/+5
* [src/rec_sqrt.c] Removed a variable that was used only once.vlefevre2010-12-171-3/+1
* [src/mpfr.h] Changed comment for mpfrlint.vlefevre2010-12-171-5/+5
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-1718-43/+45
* [src/sum.c] Improved readability.vlefevre2010-12-171-1/+1
* [src/mpfr-impl.h] Formatting.vlefevre2010-12-171-1/+1
* [src/mpfr.h] Defined MPFR_DEPRECATED to mark MPFR functions, typesvlefevre2010-11-291-0/+18
* [src/min_prec.c] Replaced x->_mpfr_d by MPFR_MANT(x).vlefevre2010-11-191-1/+1
* [src/mpfr-impl.h] Commented out the declaration of mpfr_round_raw_3vlefevre2010-11-181-0/+3