summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* export isinteger in the file isinteger.cdaney2001-11-081-0/+64
* exporte pow_si from pow2.c to pow_si.cdaney2001-11-081-0/+172
* rename pow2.c in pow.c (source for mpfr_pow)daney2001-11-081-120/+226
* add ui_pow_ui.c (initially in pow.c)daney2001-11-081-0/+88
* add pow_ui.c file (initially in pow.c)daney2001-11-081-0/+114
* mpfr_cmp2: return type changed to mp_prec_t.vlefevre2001-11-082-2/+2
* add function test4 for 3 input test + fma testsdaney2001-11-081-0/+226
* Macros added.vlefevre2001-11-081-0/+23
* MP_LIMB_T_MAX instead of (mp_limb_t) -1 (a little nicer...).vlefevre2001-11-081-4/+4
* Code clean-up.vlefevre2001-11-061-8/+12
* Prototypes for K&R C.vlefevre2001-11-051-5/+15
* mpfr_round_raw_generic prototype fixed.vlefevre2001-11-051-1/+2
* clear xp for Nan Inf or 0 are returneddaney2001-11-011-0/+8
* clear variable if an error is returndaney2001-11-011-27/+317
* clear x for Nan inf 0 returndaney2001-11-011-1/+7
* clear x for Nan Inf 0 returndaney2001-11-011-0/+3
* clear tedaney2001-11-011-0/+1
* Added prototype.vlefevre2001-11-011-0/+1
* Bug fixed.vlefevre2001-11-011-2/+3
* fixed MLK'szimmerma2001-11-011-9/+3
* fixed MLK's in mpfr_isintegerzimmerma2001-11-011-5/+8
* fixed MLK'szimmerma2001-11-011-8/+8
* fixed missing mpfr_clear'szimmerma2001-11-011-4/+4
* added missing mpfr_clearzimmerma2001-11-011-0/+1
* added clear's in bug_ddefourzimmerma2001-11-011-0/+7
* added mpfr_clear'szimmerma2001-11-011-0/+5
* fixed MLK'szimmerma2001-11-011-16/+24
* fixed MLK for Inf or Nanzimmerma2001-10-311-2/+4
* fixed MLK in check_case_2zimmerma2001-10-311-7/+8
* rename factorial -> fac_uidaney2001-10-311-1/+1
* Change mpfr_<op>_mpz to mpfr_<op>_zrouillie2001-10-304-49/+59
* correct factorial -> fac_ui in commentsdaney2001-10-301-1/+1
* rename tfactorial -> fac_uidaney2001-10-301-5/+5
* rename factorial -> fac_uidaney2001-10-302-3/+7
* Bug fixed.vlefevre2001-10-271-9/+8
* drand -> drand48zimmerma2001-10-262-2/+2
* put MAX_PREC back to 100zimmerma2001-10-261-1/+1
* added test for inexact flagzimmerma2001-10-261-0/+60
* use MPFR_RET_NAN and MPFR_RETzimmerma2001-10-261-10/+10
* removed MPFR_DEBUG_LEVEL definitionzimmerma2001-10-261-1/+0
* mpfr_set_q and mpfr_abs now return an intzimmerma2001-10-261-73/+25
* implemented exact rounding (but no ternary flag)zimmerma2001-10-261-48/+104
* add some flagsdaney2001-10-261-76/+82
* mixed version beetwen DD and Pau => (gestion des flag inexacte dirige)daney2001-10-261-1/+92
* riendaney2001-10-261-3/+4
* MAX_PREC includedzimmerma2001-10-261-3/+3
* implemented inexact flagzimmerma2001-10-261-14/+11
* Clearing high part of rem2.hanrot2001-10-261-0/+4
* adds gmp_op.crouillie2001-10-261-1/+1
* mpfr_set_q now returns an intzimmerma2001-10-261-1/+1