summaryrefslogtreecommitdiff
path: root/sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-2/+2
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Added logging support to mpfr_sqr and mpfr_sqrt.vlefevre2008-07-311-0/+3
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* sqrt.c: avoid the exponent range extension.vlefevre2007-09-181-5/+2
* sqrt.c: extend exponent range (this also fixes the fact that the globalvlefevre2007-09-181-2/+5
* 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-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-3/+3
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Updated copyright lines.vlefevre2005-02-211-1/+1
* fixed bug (variable used twice for different things)zimmerma2005-02-181-3/+5
* improved coverage (and fixed bug)zimmerma2004-12-241-2/+3
* Fix bug with TMP_MARK.pelissip2004-11-171-0/+1
* use MPFR_SET_EXP/MPFR_GET_EXP instead of MPFR_EXP(r)++zimmerma2004-11-121-2/+5
* Bug fix: delayed all the initializations after the singular test.vlefevre2004-11-121-9/+19
* Untabified the source.vlefevre2004-11-111-106/+107
* The test MPFR_GET_EXP(u) != MPFR_EMAX_MAX is no longer necessaryvlefevre2004-11-111-3/+1
* Remove use of CNST_LIMB and TMP_ALLOC_LIMB which are GMP internal.pelissip2004-11-101-15/+15
* new simpler and faster codezimmerma2004-11-101-187/+150
* Likely / Unlikely some tests using gcov.pelissip2004-07-091-46/+33
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-6/+5
* Remove some warnings.pelissip2004-02-241-2/+2
* patch from Guillaume Hanrotzimmerma2004-02-231-15/+18
* Removed the no longer used label "fin" and fixed the indentation.vlefevre2004-02-161-182/+181
* new coverage testszimmerma2004-02-141-5/+12
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-1/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+4
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-42/+38
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+6
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* put back label removed by errorzimmerma2002-04-051-0/+1