summaryrefslogtreecommitdiff
path: root/tests/tpow_z.c
Commit message (Expand)AuthorAgeFilesLines
...
* Converted tabs to spaces with expand.vlefevre2005-08-181-18/+18
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace test ('p <= i') by assertion ('p > i).pelissip2005-03-291-0/+1
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-2/+1
* Forget to free x and ypelissip2005-03-251-0/+2
* Add failed regression test.pelissip2005-03-251-0/+26
* casts to allow compilation with g++zimmerma2005-01-271-2/+2
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-0/+194