summaryrefslogtreecommitdiff
path: root/rec_sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-535/+0
* Replacedvlefevre2010-07-301-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-5/+5
* 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-6/+6
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-6/+6
* towards -> toward (consistency).vlefevre2009-09-021-3/+3
* 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-1/+1
* 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
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* [rec_sqrt.c] fixed bug "bad_case1" (truncation error was forgotten, whenzimmerma2008-08-271-1/+5
* rec_sqrt.c: added logging support.vlefevre2008-08-211-0/+3
* rec_sqrt.c: removed execution bit.vlefevre2008-06-061-0/+0
* rec_sqrt.c: use MPFR_GET_EXP instead of MPFR_EXP, and avoid thevlefevre2008-01-301-1/+3
* Reformat.vlefevre2008-01-301-90/+90
* moved from ASSERTD to ASSERTN an assertion which does not depend on MPFRzimmerma2008-01-161-2/+3
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-291/+308
* rec_sqrt.c: deleted trailing whitespace.vlefevre2008-01-141-8/+8
* new version with improved tables, use macros from mpfr-impl.h, removed tabszimmerma2008-01-051-199/+227
* the function mpfr_mpn_rec_sqrt() provides a faithful approximation of thezimmerma2008-01-041-0/+481