summaryrefslogtreecommitdiff
path: root/tests/pow.dat
Commit message (Expand)AuthorAgeFilesLines
* added test case which shows a bug in mpc_pow, seezimmerma2014-10-141-0/+1
* increase code coverage to 99.9%zimmerma2012-06-281-0/+13
* [tests/pow.dat] added test for (-1)^(1/2) = i (Benjamin Dadoun)bdadoun2012-06-271-0/+2
* define 0^0 as (1,+0), since the sign of the imaginary part cannot be determinedenge2012-01-231-9/+9
* changed result for 0^0, according to the discussion onzimmerma2012-01-091-1/+16
* tgeneric.c, tpow.c: revert r1100 by moving reuse bug from tgeneric to tpowenge2011-10-251-4/+0
* fixed bug found by the automatic builds onzimmerma2011-10-241-0/+5
* license change:enge2011-08-291-13/+11
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* [pow.dat] added one more coverage testzimmerma2009-11-031-0/+3
* [pow.c] fixed bugs in underflow and overflow caseszimmerma2009-11-031-0/+12
* [pow.dat] more tests to improve coveragezimmerma2009-11-021-0/+9
* [pow.dat] added test to improve coveragezimmerma2009-11-021-0/+1
* src/pow.c: set sign of the zero imaginary part as determined in the proof in ...thevenyp2009-07-291-132/+210
* doc/algorithms.tex: Analyse cases where Re(x^y)>0 and Im(x^y) = 0.thevenyp2009-07-161-8/+134
* [pow.c] more work on sign of zerozimmerma2009-06-271-0/+10
* [pow.c] more work on cases with sign of zero as input/outputzimmerma2009-06-261-1/+11
* [pow.c] fixed hang in underflow case + fixed problem with mpc_pow_exact forzimmerma2009-06-241-0/+6
* [pow.c] improved sign of result for x^0zimmerma2009-06-231-0/+2
* [pow.c] save/restore the exponent range in mpc_pow_exactzimmerma2009-06-221-0/+2
* [pow.c] fixed two more bugs found by Kaveh Ghazizimmerma2009-06-191-0/+2
* [pow.c] new loop fix (previous one was not general enough)zimmerma2009-06-181-0/+1
* [pow.c] fixed two bugs: one where the exponent was wrong, and one case wherezimmerma2009-06-181-0/+2
* src/pow.c: Add special values (same results as gnu libc's cpow)thevenyp2009-06-111-0/+141
* [pow.c] fixed two more bugszimmerma2009-06-081-0/+13
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-041-0/+22