summaryrefslogtreecommitdiff
path: root/sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* now uses new code mpn_sqrtrem_newzimmerma2000-09-291-1/+1
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact resultshanrot2000-06-191-4/+10
* removed longlong.h (not needed)zimmerma2000-05-291-1/+0
* unsigned char -> mp_rnd_tzimmerma2000-02-111-2/+9
* now use kara_sqrtrem instead of mpn_sqrtremzimmerma2000-02-031-3/+5
* now use directly mpn_sqrtrem (previously sqrt3.c)zimmerma1999-10-071-54/+187
* added copyright noticezimmerma1999-07-301-0/+21
* Patch mpfr_set -> MPN_COPYhanrot1999-07-011-1/+1
* (Temporary) patch for memory gestion in sqrt.chanrot1999-07-011-10/+10
* mpfr_init -> mpfr_init2zimmerma1999-07-011-1/+1
* initialize temporary variables with current precisionzimmerma1999-07-011-1/+1
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-1/+9
* removed DEBUG stuff and fixed pb with exact root and GMP_RNDZzimmerma1999-06-251-22/+5
* removed 3rd argument of mpfr_set_preczimmerma1999-06-241-3/+1
* patch to detect exact roots (otherwise problem with rounding to zero)zimmerma1999-06-171-2/+7
* SET_NAN(x) -> SET_NAN(X)zimmerma1999-06-171-1/+1
* now iterates if one cannot round after 1st try,zimmerma1999-06-161-22/+19
* Initial revisionhanrot1999-06-091-0/+73