| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement | pelissip | 2005-03-14 | 1 | -6/+4 |
* | Log input and ouput of functions. | pelissip | 2005-02-15 | 1 | -0/+3 |
* | Clean up code. | pelissip | 2005-02-14 | 1 | -119/+102 |
* | Fix an unsigned/signed comparison. | pelissip | 2004-07-19 | 1 | -1/+2 |
* | removed blank | zimmerma | 2004-03-22 | 1 | -1/+1 |
* | improved coverage tests | zimmerma | 2004-02-16 | 1 | -15/+18 |
* | fixed problem (s1 = s-1 inexact) | zimmerma | 2004-01-30 | 1 | -2/+4 |
* | removed argument reduction in sin(Pi*s/2) [delegated to mpfr_sin] | zimmerma | 2004-01-26 | 1 | -37/+19 |
* | + Internal functions of zeta are now declared as static. | pelissip | 2004-01-26 | 1 | -11/+4 |
* | Readd stdio.h in case of DEBUG mode. | pelissip | 2004-01-15 | 1 | -0/+2 |
* | Changed some error messages into assertions. | vlefevre | 2004-01-14 | 1 | -2/+1 |
* | Remove some warnings and potential errors (Comparaison between signed and uns... | pelissip | 2003-11-21 | 1 | -3/+3 |
* | just improved editing style | zimmerma | 2003-11-14 | 1 | -4/+4 |
* | Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0)) | pelissip | 2003-11-05 | 1 | -3/+4 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -3/+4 |
* | Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value... | pelissip | 2003-10-28 | 1 | -21/+24 |
* | replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec) | zimmerma | 2003-10-14 | 1 | -9/+14 |
* | Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi, | vlefevre | 2003-10-01 | 1 | -67/+57 |
* | got rid of <math.h> dependency in mpfr_zeta | zimmerma | 2003-09-19 | 1 | -12/+20 |
* | Replaced malloc/free by __gmp_allocate_func/__gmp_free_func in | vlefevre | 2003-09-09 | 1 | -2/+4 |
* | fixed allocation problem (forgot to clear) | zimmerma | 2003-06-19 | 1 | -1/+2 |
* | The special case s = 1 is taken into account (the previous code | vlefevre | 2003-05-26 | 1 | -54/+60 |
* | Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK | vlefevre | 2003-05-22 | 1 | -3/+3 |
* | moved test for NaN/Inf | zimmerma | 2003-04-11 | 1 | -21/+24 |
* | added Riemann Zeta function (contribution from Jean-Luc Re'my) | zimmerma | 2003-04-11 | 1 | -72/+379 |
* | Standard prototype only. Particular cases added. | vlefevre | 2003-01-15 | 1 | -10/+26 |
* | Copyright line updated. | vlefevre | 2002-05-14 | 1 | -1/+1 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui. | vlefevre | 2002-02-14 | 1 | -1/+1 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added 'to do' for NaN/Inf flags | zimmerma | 2000-12-15 | 1 | -3/+6 |
* | Yet another patch for include files. | hanrot | 2000-12-15 | 1 | -1/+1 |
* | Permutation of includes to avoid warnings due to careless multiple definition | hanrot | 2000-12-15 | 1 | -1/+1 |
* | changed copyright to Free Software Foundation | zimmerma | 2000-12-01 | 1 | -1/+1 |
* | Infinis, premiere tentative. | hanrot | 2000-11-21 | 1 | -76/+62 |
* | protected all macros: xxx -> MPFR_xxx | zimmerma | 2000-10-26 | 1 | -1/+1 |
* | changed rounding mode to mp_rnd_t | zimmerma | 2000-02-11 | 1 | -4/+4 |
* | added copyright notice | zimmerma | 1999-07-30 | 1 | -0/+21 |
* | use the result of mpfr_can_round | zimmerma | 1999-07-05 | 1 | -1/+4 |
* | computes Riemann function Zeta(s) | remy | 1999-06-29 | 1 | -0/+92 |