summaryrefslogtreecommitdiff
path: root/pow_z.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add ceil(log2(size)) bits to initial precision to avoidpelissip2005-03-301-1/+1
* Reformatted code (GNU style, untabify...).vlefevre2005-03-291-94/+94
* Replace test ('p <= i') by assertion ('p > i).pelissip2005-03-291-5/+6
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-1/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-4/+2
* Clean up code.pelissip2005-02-141-22/+35
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-5/+5
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-0/+226