summaryrefslogtreecommitdiff
path: root/div.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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