summaryrefslogtreecommitdiff
path: root/set.c
Commit message (Expand)AuthorAgeFilesLines
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-36/+28
* MPFR_RET(0) replaced by MPFR_RET_NAN.vlefevre2001-10-191-1/+1
* documented mpfr_set4zimmerma2001-10-151-1/+3
* Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.vlefevre2001-09-111-10/+5
* Macro MPFR_RET added. Ternary value for mpfr_set4.vlefevre2001-09-111-4/+8
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-2/+2
* Optimization + overflow support.vlefevre2001-08-291-21/+39
* 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