summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2016-02-04183-183/+183
* [tests/troot.c] Also check that root(0,0) is NaN to make sure that suchvlefevre2016-02-031-2/+17
* [src/root.c,tests/troot.c] Removed obsolete code that was commented out;vlefevre2016-02-031-44/+4
* [tests/troot.c] Typo in a comment.vlefevre2016-02-031-1/+1
* [tests/troot.c] Added tests showing a bug in mpfr_root on largevlefevre2016-02-031-1/+50
* Style: use RND_LOOP; mpfr_can_round returns a Boolean-like value.vlefevre2016-02-032-6/+6
* refactor the exhaustive search code in mpfr_const_log2zimmerma2016-02-021-11/+18
* [tests/tcan_round.c] Added test of mpfr_round_p with powers of twovlefevre2016-02-011-2/+17
* [tests/tcan_round.c] Updated description: mpfr_round_p is also testedvlefevre2016-02-011-1/+1
* Cleanup of memory allocation in the tests:vlefevre2016-01-298-79/+62
* typozimmerma2016-01-291-1/+1
* [tests/tcan_round.c] Updated comment and corrected condition on prec.vlefevre2016-01-281-3/+13
* [tests/tcan_round.c] Updated comments.vlefevre2016-01-281-2/+5
* more work on mpfr_can_roundzimmerma2016-01-281-3/+6
* fixed bug in mpfr_can_round for input = 2^kzimmerma2016-01-281-23/+42
* [tests/tcan_round.c] Added tests for powers of two. This triggersvlefevre2016-01-271-4/+33
* [tests/tsqrt.c] Improved bug20160120.vlefevre2016-01-211-4/+9
* [tests/tsqrt.c] In bug20160120, check the validity of the result withvlefevre2016-01-211-0/+2
* fixed bug in mpfr_sqrt reported by Fredrik Johanssonzimmerma2016-01-201-1/+6
* added test case for bug reported by Fredrik Johanssonzimmerma2016-01-201-0/+19
* [tests/tzeta.c] Added casts for printf.vlefevre2016-01-201-1/+1
* [tests/tzeta.c] Some corrections. Made the input value of the latestvlefevre2016-01-201-4/+5
* fixed bug for zeta(s) with s near an even negative integerzimmerma2016-01-201-1/+20
* [tests/tgeneric.c] Improved the generic tests in order to trigger thevlefevre2016-01-201-1/+6
* fixed bug found by Fredrik Johanssonzimmerma2016-01-201-3/+3
* [tests/tj0.c] Avoid mpfr_set_d.vlefevre2016-01-201-1/+1
* added bug found by Fredrik Johansson in mpfr_j0zimmerma2016-01-191-0/+12
* allow tgamma x prec to print gamma(x) to prec bitszimmerma2016-01-172-0/+14
* [tests/tgamma_inc.c] Portability correction.vlefevre2016-01-171-2/+2
* first version of incomplete Gamma function (work in progress)zimmerma2016-01-163-2/+90
* try to fix bugs in fmma (work in progress)zimmerma2016-01-161-1/+3
* [tests/tlog_ui.c] Added tests for n around ULONG_MAX/3.vlefevre2016-01-151-4/+6
* [tests/tlog_ui.c] Added tests for n around LONG_MAX.vlefevre2016-01-151-3/+5
* [tests/tlog_ui.c]vlefevre2016-01-151-13/+21
* [tests/tfmma.c] Added tests that trigger an error.vlefevre2016-01-151-0/+67
* [tests/Makefile.am] Tests in lexicographic order.vlefevre2016-01-141-2/+2
* in tests, removed #if MPFR_VERSION >= MPFR_VERSION_NUM(2,x,y)zimmerma2016-01-1419-194/+0
* forgot in last commitzimmerma2016-01-141-1/+1
* added new function mpfr_log_uizimmerma2016-01-141-0/+157
* [tests/tfmma.c] C++ compatibility.vlefevre2016-01-121-5/+7
* [tests/tfmma.c] Fixed type in printf.vlefevre2016-01-121-2/+2
* Really replaced mpfr_printf by printf.vlefevre2016-01-121-1/+1
* replaced mpfr_printf callszimmerma2016-01-121-4/+10
* forgot two fileszimmerma2016-01-121-0/+107
* speedup in mpfr_fma and mpfr_fmszimmerma2016-01-101-1/+1
* Updated documentation related to valgrind or other wrapper for the testsvlefevre2016-01-081-0/+5
* Copyright notice update: added 2016 withvlefevre2016-01-01185-185/+185
* [tests/mpf_compat.h] Fix: File "inp_str.dat" could not be opened withvlefevre2015-12-271-12/+12
* [tests] In tversion.c, output the locale too (if supported).vlefevre2015-12-273-1/+10
* [tests/tinp_str.c] Added a blank line.vlefevre2015-12-271-0/+1