| Commit message (Expand) | Author | Age | Files | Lines |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 32 | -228/+298 |
* | added new items (version number, rounding modes) | zimmerma | 2003-10-14 | 1 | -0/+11 |
* | added comment about --enable-alloca=debug | zimmerma | 2003-10-14 | 1 | -1/+2 |
* | added section "Problems due to compiler bugs" | zimmerma | 2003-10-13 | 1 | -0/+23 |
* | change in can_round calls to get correct inexact flag for rounding to nearest | zimmerma | 2003-10-13 | 2 | -2/+4 |
* | fixed bug in mpfr_pow found by Ming J. Tsai (overflow) | zimmerma | 2003-10-10 | 2 | -2/+43 |
* | Removed useless inclusion of standard headers and some #ifdef DEBUG | vlefevre | 2003-10-08 | 3 | -165/+95 |
* | Added a #include <stddef.h> because size_t is used. | vlefevre | 2003-10-08 | 1 | -0/+1 |
* | reduced test time | zimmerma | 2003-10-07 | 22 | -50/+49 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -2/+2 |
* | reduced test time | zimmerma | 2003-10-07 | 1 | -12/+17 |
* | fixed comment of mpfr_round_raw_generic | zimmerma | 2003-10-06 | 1 | -3/+3 |
* | replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should be | zimmerma | 2003-10-06 | 4 | -5/+5 |
* | fixed bug in allocation for in-place operation | zimmerma | 2003-10-06 | 1 | -0/+16 |
* | inexact flag should now be correct for directed rounding | zimmerma | 2003-10-06 | 2 | -28/+33 |
* | added test for atan(-Inf) | zimmerma | 2003-10-06 | 1 | -0/+10 |
* | use macros to avoid possible problem with float input | zimmerma | 2003-10-06 | 1 | -1/+4 |
* | new proposal for mpfr_can_round | zimmerma | 2003-10-06 | 1 | -0/+17 |
* | mpfr_mul_2exp/mpfr_div_2exp are not obsolete | zimmerma | 2003-10-06 | 1 | -10/+4 |
* | Clearer mpfr_eq documentation (thanks to Kevin Ryde for the remark). | vlefevre | 2003-10-05 | 1 | -3/+3 |
* | MPFR_ASSERTN rewritten to avoid "statement with no effect" warnings | vlefevre | 2003-10-03 | 1 | -1/+1 |
* | Optimization (thanks to Patrick Pelissier), as the allocated size | vlefevre | 2003-10-03 | 1 | -12/+12 |
* | Updated installation notes. | vlefevre | 2003-10-03 | 2 | -10/+31 |
* | Infinities are now accepted in mpfr_cmpabs. Updated its definition | vlefevre | 2003-10-03 | 2 | -11/+15 |
* | Use @url{} for URLs. | vlefevre | 2003-10-02 | 1 | -5/+5 |
* | As suggested by PZ: | vlefevre | 2003-10-02 | 1 | -19/+16 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 46 | -358/+387 |
* | added paragraph on support/grants | zimmerma | 2003-10-02 | 1 | -1/+7 |
* | Make node titles match section titles, and updated menus and xrefs. | vlefevre | 2003-10-02 | 1 | -32/+35 |
* | Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi, | vlefevre | 2003-10-01 | 6 | -370/+273 |
* | Added a bug related to the ternary value and worst cases. | vlefevre | 2003-09-30 | 1 | -0/+5 |
* | Added exponent range support. | vlefevre | 2003-09-30 | 2 | -42/+37 |
* | Corrections up to Section 5.6 (PZ & VL). | vlefevre | 2003-09-30 | 1 | -83/+92 |
* | Re-added the assert on the exponent, but replacing MPFR_EMIN_MIN by | vlefevre | 2003-09-30 | 1 | -4/+5 |
* | Update TODO & mpfr_set_prec. | pelissip | 2003-09-30 | 1 | -0/+2 |
* | Corrections up to Section 4. | vlefevre | 2003-09-29 | 1 | -36/+37 |
* | Added authors Kevin Ryde and Patrick Pelissier. | vlefevre | 2003-09-29 | 1 | -1/+2 |
* | Removed "known problems" that are no longer problems. | vlefevre | 2003-09-29 | 1 | -16/+0 |
* | Removed bugs related to the tests and to the exponents | vlefevre | 2003-09-26 | 1 | -26/+3 |
* | Removed mpfr_inits, mpfr_inits2, mpfr_clears from the documentation. | vlefevre | 2003-09-25 | 4 | -20/+8 |
* | Modify 'r' arg of GENERIC from int to long (min 32 bits). | pelissip | 2003-09-25 | 4 | -10/+10 |
* | 8-bit ISO-8859-1 characters + consistent spelling. | vlefevre | 2003-09-25 | 1 | -4/+4 |
* | Update. | vlefevre | 2003-09-25 | 1 | -0/+535 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 43 | -1457/+1548 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 22 | -484/+500 |
* | Added documentation for mpfr_greater_p, mpfr_greaterequal_p, | vlefevre | 2003-09-24 | 3 | -11/+49 |
* | Added tests for mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p, | vlefevre | 2003-09-24 | 3 | -2/+135 |
* | Added a few more tests (involving mpfr_nexttoward). The tests for | vlefevre | 2003-09-24 | 2 | -2/+66 |
* | Added generic tests for mpfr_nextabove and mpfr_nextbelow. | vlefevre | 2003-09-24 | 3 | -3/+87 |
* | Accept (case-insensitive) NaN and Inf in input for bases <= 16 for | vlefevre | 2003-09-24 | 3 | -30/+65 |