summaryrefslogtreecommitdiff
path: root/set_q.c
Commit message (Expand)AuthorAgeFilesLines
* Function mpfr_check_range now propagates the inexact ternary value.vlefevre2002-07-251-1/+4
* fixed bug found by Gerardo Ballabiozimmerma2002-06-141-2/+9
* Exponent range saved/restored. Returns NaN when the numeratorvlefevre2002-04-191-9/+23
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* When q = 0, +0 is returned.vlefevre2002-04-141-5/+3
* #include ordering fixed.vlefevre2002-04-111-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-8/+1
* implemented inexact flagzimmerma2001-10-261-14/+11
* cosmetic changeszimmerma2001-10-151-10/+12
* Warnings suppressed on Alpha/OSF1.vlefevre2000-12-181-2/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+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
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-0/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-3/+3
* convert rational (mpz_q) to floating-point (mpfr_t)zimmerma2000-02-111-0/+62