summaryrefslogtreecommitdiff
path: root/agm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* _mpfr_ceil_log2, _mpfr_floor_log2, _mpfr_ceil_exp2 in separate files.vlefevre2002-02-211-47/+0
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-1/+3
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-15/+12
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* translated french comments to englishzimmerma2001-11-161-6/+1
* cosmetic changeszimmerma2001-10-151-16/+36
* #include added/removed.vlefevre2001-09-131-0/+1
* nested double TMP_DECL'szimmerma2001-06-181-1/+2
* check overflow in _mpfr_ceil_exp2zimmerma2001-02-161-0/+4