summaryrefslogtreecommitdiff
path: root/tests/tsum.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-8/+8
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-5/+5
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-15/+15
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-3/+3
* use of (*__gmp_allocate_func)/(*__gmp_free_func) instead of thevenyp2008-02-181-8/+8
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-4/+4
* use of mpfr_allocate_func/mpfr_free_func instead of malloc/freethevenyp2008-02-121-8/+8
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-4/+4
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* fixed bug in pow (isodd -> assertion failed)zimmerma2006-11-191-2/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Add new check (+INF -INF --> NAN).pelissip2005-06-131-0/+10
* Fix bug of NAN and INF.pelissip2005-06-101-21/+36
* Fix warnings.pelissip2005-06-081-6/+6
* Improve test by adding special cases.pelissip2005-06-071-0/+59
* Clean up and improve check.pelissip2005-06-071-86/+107
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Updated copyright lines.vlefevre2005-01-281-1/+1
* fixed memory leakzimmerma2005-01-271-0/+1
* casts to allow compilation with g++zimmerma2005-01-271-5/+5
* Changed mpfr_sum to use unsigned long instead of unsigned int. More tests.fousse2004-02-201-12/+37
* Added mpfr_sum function.pelissip2004-02-061-0/+168