summaryrefslogtreecommitdiff
path: root/agm.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-13/+13
* 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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* apply patch suggested in bug #3604zimmerma2007-07-181-1/+1
* Untabified and removed trailing spaces.vlefevre2007-06-201-10/+10
* 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 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
* patched root.c to use rootrem.c with gmp-4.1.90zimmerma2005-10-291-1/+1
* documented algorithm used in mpfr_agm and fixed code accordinglyzimmerma2005-10-191-19/+25
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-44/+44
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-3/+3
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Log input and ouput of functions.pelissip2005-02-151-4/+10
* Enable fast computing.pelissip2004-11-181-1/+1
* Add unused code (Still needs a proof).pelissip2004-11-151-9/+22
* Try to optimize a few agm by rewriting a few the loop.pelissip2004-07-091-22/+26
* Minor Optimizations.pelissip2004-04-271-94/+38
* Fix a bug when both op are < 0 (It seems it was my fault).pelissip2004-04-201-59/+68
* Commented out the now useless "double uo, vo;".vlefevre2004-02-161-22/+24
* improved coverage testzimmerma2004-02-131-38/+55
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added new tests for agm and hypot (+ fixed bugs)zimmerma2004-01-301-3/+3
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+3
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-7/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-32/+33
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-14/+12
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-3/+4
* fixed pb found by Damien Fisherzimmerma2003-08-041-3/+8
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-6/+6
* now mpfr_agm returns an int (inexact flag)zimmerma2002-09-181-7/+13
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* removed nested TMP_MARK's (problems when configuring gmp with --disable-alloca)zimmerma2002-04-051-2/+2
* fixed pb with two markers (with --disable-alloca)zimmerma2002-04-051-10/+4
* Copyright line changed.vlefevre2002-03-041-1/+1