summaryrefslogtreecommitdiff
path: root/set_q.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-10/+10
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-3/+3
* Fix bug of overflow (I hope).pelissip2004-12-131-31/+86
* Update mpfr_set_q overflow problem.pelissip2004-12-131-16/+26
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-4/+7
* deal with overflow/underflow in mpfr_divzimmerma2004-02-161-2/+0
* new coverage testszimmerma2004-02-141-18/+9
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* 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