summaryrefslogtreecommitdiff
path: root/tests/tlog.c
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-6/+12
* license change:enge2011-08-291-13/+12
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* tlog.c: removed test that f^(-1) (f (z)) == z; this was apparently theenge2009-10-021-69/+0
* [tlog.c] disabled test for exp(log(z)) = z, since it gives false positiveszimmerma2009-10-011-2/+4
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-105/+105
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-106/+105
* [log.c] now mpc_log returns int instead of voidzimmerma2008-12-081-1/+1
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-1/+1
* tests/tlog.c: Start exp(log(z))==z from prec=4 instead of prec=2 because the ...thevenyp2008-11-131-1/+1
* random.c: Add new parameter zero_probability to test_default_random in order ...thevenyp2008-11-071-5/+1
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...thevenyp2008-10-171-16/+11
* [tlog.c,tcosh.c] updated copyright linezimmerma2008-10-031-1/+1
* [log.dat] new test file for mpc_logzimmerma2008-10-031-0/+3
* Update changes dates and authors in copyright line.thevenyp2008-09-241-1/+1
* tests/tlog.c: Put tests exp(log(z)) == z and log(exp(z)) == z into new functi...thevenyp2008-09-241-28/+31
* tests/tgeneric_cc.c: random tests for complex functions of one complex variab...thevenyp2008-09-191-2/+1
* Speed up tests.thevenyp2008-09-161-2/+2
* updated some tests for new third parameter of tgenericenge2008-09-161-1/+1
* peed up some lengthy tests.thevenyp2008-09-161-3/+3
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-311-1/+1
* Use the new mpc_urandom function in the test suite so that the tests are repr...thevenyp2008-07-101-1/+1
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-301-0/+6
* avoided spurious error message for tlog in the following case:enge2008-04-111-2/+5
* eliminated comparisons between signed and unsignedenge2008-04-111-2/+3
* tests and documentation for mpc_logenge2008-04-111-2/+65
* first try for log, probably still buggyenge2008-04-101-0/+37