| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Replaced mpfr_mul_2exp and mpfr_div_2exp by mpfr_mul_2ui and | vlefevre | 2006-12-19 | 1 | -2/+2 |
* | fixed problem for large negative s (return +Inf or -Inf) | zimmerma | 2006-10-26 | 1 | -0/+12 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | replaced 6th empty argument of MPFR_FAST_COMPUTE_IF_SMALL_INPUT by {} | zimmerma | 2006-03-16 | 1 | -1/+1 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | added log(precz) in initial precision | zimmerma | 2005-09-15 | 1 | -1/+1 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -46/+46 |
* | Fix warning due to comparison of unsigned and signed integers. | pelissip | 2005-06-08 | 1 | -1/+1 |
* | Clean up use of stdio.h: | pelissip | 2005-06-08 | 1 | -4/+1 |
* | Improve comment of previous change. | pelissip | 2005-06-06 | 1 | -2/+8 |
* | Use FastCompute if x is positive and big, ie it uses | pelissip | 2005-06-06 | 1 | -12/+30 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Reduce # of vars inside the main loop. | pelissip | 2005-06-02 | 1 | -100/+76 |
* | 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 |