summaryrefslogtreecommitdiff
path: root/set.c
Commit message (Expand)AuthorAgeFilesLines
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+4
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Bug fixed concerning the flags.vlefevre2000-12-141-0/+1
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-1/+3
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+6
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* now deals with NaNzimmerma2000-05-291-0/+2
* added 4th arg (was missing in non-stdc def)zimmerma2000-05-241-1/+1
* unsigned char -> mp_rnd_tzimmerma2000-02-111-3/+3
* added copyright noticezimmerma1999-07-301-0/+20
* introduced auxiliary function mpfr_set4zimmerma1999-07-051-4/+5
* changed arguments of mpfr_round_raw (now uses precision instead of size)zimmerma1999-06-281-1/+2
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+9
* now deal with carry from mpfr_round_rawzimmerma1999-06-211-1/+13
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-0/+1
* Initial revisionhanrot1999-06-091-0/+11