summaryrefslogtreecommitdiff
path: root/min_prec.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* min_prec.c: fixed another bug (the code was incorrect with >= 2 limbs).vlefevre2009-03-161-1/+1
* min_prec.c: removed a useless test.vlefevre2009-03-161-1/+1
* min_prec.c: fixed another bug.vlefevre2009-03-161-1/+1
* min_prec.c: bug fixed by Laurent.vlefevre2009-03-161-1/+1
* Fixed the prototype of mpfr_min_prec (should return a mpfr_prec_t)vlefevre2009-03-161-3/+3
* min_prec.c: fixed a bug (but the code should be improved).vlefevre2009-03-161-1/+1
* min_prec.c: simplified the singular cases (see other functions).vlefevre2009-03-161-5/+1
* New function mpfr_min_prec.lfousse2009-03-151-0/+65