summaryrefslogtreecommitdiff
path: root/rec_sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* [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