summaryrefslogtreecommitdiff
path: root/src/sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* [src/sqrt.c] The bug fixed in r9540 actually came from r9014, whichvlefevre2015-06-101-0/+1
* [src/sqrt.c] Fixed assertion failure in reduced exponent range.vlefevre2015-06-101-1/+2
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* mpn_sqrtrem (rp, sp, sp, rrsize) is faster thanzimmerma2014-03-251-1/+1
* Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internalvlefevre2014-03-251-1/+1
* [src/sqrt.c] Replaced a MPFR_EXP by MPFR_SET_EXP (from a patch byvlefevre2014-03-251-2/+1
* fixed regression noticed by Patrick Pelissier with --enable-gmp-internalszimmerma2014-01-221-5/+8
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+4
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-3/+3
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-3/+2
* [sqrt.c,mulders.c] added missing cast (detected by nightly builds with g++)zimmerma2010-10-031-1/+1
* [src/mulders.c] added new function mpfr_divhigh_n() for short divisionzimmerma2010-09-291-1/+2
* added new option --enable-gmp-internals to use GMP undocumented functionzimmerma2010-09-291-6/+4
* [doc/README.dev] added comment about mpn_rootremzimmerma2010-09-291-4/+6
* [src/sqrt.c] followup to previous commit: only compute an extra limb of thezimmerma2010-09-281-14/+23
* [src/sqrt.c] now uses mpn_rootrem (if available) instead of mpn_sqrtrem sincezimmerma2010-09-281-69/+35
* [src/sqrt.c] simplified computation of sticky bitzimmerma2010-09-281-4/+2
* Source reorganization. In short:vlefevre2010-08-171-0/+256