summaryrefslogtreecommitdiff
path: root/div.c
Commit message (Expand)AuthorAgeFilesLines
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-1/+1
* k2r -> ansi stylezimmerma2000-12-211-16/+17
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-6/+5
* _mp_d -> MPFR_MANTzimmerma2000-12-151-2/+2
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* fixed pb with mp_ptr vs mp_srcptrzimmerma2000-12-131-1/+1
* in case the destination precision is less than that of the operands,zimmerma2000-12-071-3/+10
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-8/+36
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-20/+20
* replaced mpn_divrem by mpn_tdiv_qr for gmp 3 or laterzimmerma2000-08-291-4/+11
* fixed (hopefully) bug for 1/1 in precision 32, 64, ...zimmerma2000-07-121-7/+15
* Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact resultshanrot2000-06-191-4/+13
* fixed bug occurring on LinuxPPC (1 << 32)zimmerma2000-06-161-9/+8
* removed printfzimmerma2000-05-291-2/+1
* removed mpn_divrem_n stuff, now that Burnikel/Ziegler algorithm is in GMP 3.0zimmerma2000-05-051-3/+1
* unsigned char -> mp_rnd_tzimmerma2000-02-111-3/+11
* use mpn_divrem_n (Burnikel-Ziegler algorithm) instead of mpn_divremzimmerma2000-02-011-2/+4
* replaced implementation using Goldschmidt's algorithmzimmerma1999-10-071-97/+210
* added copyright noticezimmerma1999-07-301-0/+21
* Patch when prec < 32.hanrot1999-07-011-3/+2
* Patch of an MLK due to multiple initialization of the same variables withouthanrot1999-07-011-3/+4
* Same as in sqrt (allocation problem).hanrot1999-07-011-13/+14
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-3/+11
* added some mpfr_clear's that were missingzimmerma1999-06-241-0/+2
* removed 3rd argument from mpfr_set_preczimmerma1999-06-241-3/+3
* now deals correctly with exact divisionzimmerma1999-06-231-38/+22
* added tests for n=0 and d=0zimmerma1999-06-171-1/+5
* SET_NAN(q) -> SET_NAN(Q)zimmerma1999-06-171-3/+1
* now allows destination = sourcezimmerma1999-06-161-16/+23
* printf -> fprintfzimmerma1999-06-151-1/+1
* error message when destination equals source (case not yet treated)zimmerma1999-06-151-0/+4
* now recognizes division by exact power of 2zimmerma1999-06-151-0/+8
* Initial revisionhanrot1999-06-091-0/+95