summaryrefslogtreecommitdiff
path: root/agm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-3/+6
* fixed bug in _mpfr_ceil_exp2 (underflow when exp < -1022)zimmerma2001-01-051-3/+4
* simplified _mpfr_floor_log2zimmerma2000-12-221-4/+1
* k2r -> ansi stylezimmerma2000-12-211-11/+56
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-20/+17
* _mp_prec -> MPFR_PRECzimmerma2000-12-151-1/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-6/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-2/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* unsigned char -> mp_rnd_tzimmerma2000-02-111-8/+9
* sqrt3 -> sqrtzimmerma1999-10-071-1/+1
* added copyright noticezimmerma1999-07-301-0/+21
* using sqrt3boldo1999-07-071-3/+3
* new, quick & cleanboldo1999-07-051-60/+28
* memory gestionboldo1999-07-011-8/+11
* memory gestionboldo1999-06-301-40/+62
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-4/+13
* clear res1/res2zimmerma1999-06-251-0/+1
* Marche bienboldo1999-06-221-79/+78
* version qui marcheboldo1999-06-181-54/+71
* sans instructions de debuggageboldo1999-06-151-8/+5
* *** empty log message ***boldo1999-06-141-34/+42
* *** empty log message ***boldo1999-06-101-15/+51
* Initial revisionhanrot1999-06-091-0/+91