summaryrefslogtreecommitdiff
path: root/tests/tpow_all.c
Commit message (Expand)AuthorAgeFilesLines
* * pow.c: fixed a double-rounding problem in mpfr_pow_general in somevlefevrevlefevre2008-08-111-0/+16
* tests/tpow_all.c:vlefevre2008-07-251-8/+62
* tests/tpow_all.c: test flags in test_others and cmpres.vlefevre2008-07-251-38/+38
* tests/tpow_all.c: added test of mpfr_exp2 and mpfr_exp10.vlefevre2008-07-251-0/+26
* tests/tpow_all.c: started to write a test of 2^(emin - i/4) withvlefevre2008-07-251-4/+51
* tests/tpow_all.c: added a test that detects a bug in an underflow case.vlefevre2008-07-211-18/+109
* tests/tpow_all.c: made the comparisons between the power functionsvlefevre2008-07-211-134/+176
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-0/+263