summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-1432-228/+298
* added new items (version number, rounding modes)zimmerma2003-10-141-0/+11
* added comment about --enable-alloca=debugzimmerma2003-10-141-1/+2
* added section "Problems due to compiler bugs"zimmerma2003-10-131-0/+23
* change in can_round calls to get correct inexact flag for rounding to nearestzimmerma2003-10-132-2/+4
* fixed bug in mpfr_pow found by Ming J. Tsai (overflow)zimmerma2003-10-102-2/+43
* Removed useless inclusion of standard headers and some #ifdef DEBUGvlefevre2003-10-083-165/+95
* Added a #include <stddef.h> because size_t is used.vlefevre2003-10-081-0/+1
* reduced test timezimmerma2003-10-0722-50/+49
* reduced test timezimmerma2003-10-071-2/+2
* reduced test timezimmerma2003-10-071-12/+17
* fixed comment of mpfr_round_raw_genericzimmerma2003-10-061-3/+3
* replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should bezimmerma2003-10-064-5/+5
* fixed bug in allocation for in-place operationzimmerma2003-10-061-0/+16
* inexact flag should now be correct for directed roundingzimmerma2003-10-062-28/+33
* added test for atan(-Inf)zimmerma2003-10-061-0/+10
* use macros to avoid possible problem with float inputzimmerma2003-10-061-1/+4
* new proposal for mpfr_can_roundzimmerma2003-10-061-0/+17
* mpfr_mul_2exp/mpfr_div_2exp are not obsoletezimmerma2003-10-061-10/+4
* Clearer mpfr_eq documentation (thanks to Kevin Ryde for the remark).vlefevre2003-10-051-3/+3
* MPFR_ASSERTN rewritten to avoid "statement with no effect" warningsvlefevre2003-10-031-1/+1
* Optimization (thanks to Patrick Pelissier), as the allocated sizevlefevre2003-10-031-12/+12
* Updated installation notes.vlefevre2003-10-032-10/+31
* Infinities are now accepted in mpfr_cmpabs. Updated its definitionvlefevre2003-10-032-11/+15
* Use @url{} for URLs.vlefevre2003-10-021-5/+5
* As suggested by PZ:vlefevre2003-10-021-19/+16
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-0246-358/+387
* added paragraph on support/grantszimmerma2003-10-021-1/+7
* Make node titles match section titles, and updated menus and xrefs.vlefevre2003-10-021-32/+35
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-016-370/+273
* Added a bug related to the ternary value and worst cases.vlefevre2003-09-301-0/+5
* Added exponent range support.vlefevre2003-09-302-42/+37
* Corrections up to Section 5.6 (PZ & VL).vlefevre2003-09-301-83/+92
* Re-added the assert on the exponent, but replacing MPFR_EMIN_MIN byvlefevre2003-09-301-4/+5
* Update TODO & mpfr_set_prec.pelissip2003-09-301-0/+2
* Corrections up to Section 4.vlefevre2003-09-291-36/+37
* Added authors Kevin Ryde and Patrick Pelissier.vlefevre2003-09-291-1/+2
* Removed "known problems" that are no longer problems.vlefevre2003-09-291-16/+0
* Removed bugs related to the tests and to the exponentsvlefevre2003-09-261-26/+3
* Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation.vlefevre2003-09-254-20/+8
* Modify 'r' arg of GENERIC from int to long (min 32 bits).pelissip2003-09-254-10/+10
* 8-bit ISO-8859-1 characters + consistent spelling.vlefevre2003-09-251-4/+4
* Update.vlefevre2003-09-251-0/+535
* Changed the remaining stderr to stdout.vlefevre2003-09-2543-1457/+1548
* Changed some stderr to stdout.vlefevre2003-09-2422-484/+500
* Added documentation for mpfr_greater_p, mpfr_greaterequal_p,vlefevre2003-09-243-11/+49
* Added tests for mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,vlefevre2003-09-243-2/+135
* Added a few more tests (involving mpfr_nexttoward). The tests forvlefevre2003-09-242-2/+66
* Added generic tests for mpfr_nextabove and mpfr_nextbelow.vlefevre2003-09-243-3/+87
* Accept (case-insensitive) NaN and Inf in input for bases <= 16 forvlefevre2003-09-243-30/+65