summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tsprintf.c] Added tests of specifier 'P' with precision field 0.vlefevre2021-05-121-3/+10
* [tests/tstrtofr.c] Check more infinity strings.vlefevre2021-04-261-7/+52
* [tests/tpowr.c] Added generic tests.vlefevre2021-04-241-0/+7
* [tests/tsgn.c] Also test in a very reduced exponent range.vlefevre2021-04-231-15/+32
* [tests/tsgn.c] Also test the flags.vlefevre2021-04-231-25/+45
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-231-17/+44
* [tests/thypot.c] added one testzimmerma2021-04-021-0/+29
* Get rid of obsolescent AC_HEADER_TIME. Cleanup about sys/time.h usage.vlefevre2021-03-181-6/+3
* Replaced "intensional" by "intentional" in comments.vlefevre2021-03-163-3/+3
* Untabify and remove trailing spaces.vlefevre2021-03-164-9/+9
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-166-8/+16
* [tests/trec_sqrt.c] added timing testzimmerma2021-03-161-1/+55
* [tests/{tset_si.c,tset_sj.c}] Fix when -DMPFR_USE_NO_MACRO is used.vlefevre2021-03-082-12/+16
* [tests/{texceptions.c,tset_exp.c}] Forgot to protect the tests withvlefevre2021-03-082-3/+24
* [tests] Ignore GCC's -Wc++-compat in the tests that are invalid in C++vlefevre2021-03-084-0/+50
* [tests] In C++, do not cast to "void *" in the tests of macros.vlefevre2021-03-064-9/+15
* [tests/tset.c] Added tests of the mpfr_set macro.vlefevre2021-03-061-22/+32
* Added tests of mpfr_copysign, mpfr_setsign and mpfr_signbit macros.vlefevre2021-03-061-6/+23
* Added tests of mpfr_get_prec and mpfr_get_exp macros.vlefevre2021-03-062-1/+8
* [tests/tisnan.c] Added commented code for testing compilation errors.vlefevre2021-03-061-0/+10
* [tests/tisnan.c] Check that when mpfr_nan_p, mpfr_inf_p, mpfr_number_p,vlefevre2021-03-061-30/+66
* [tests/mpfr-test.h] Added mpfr_cmp_si_2exp0 macro (check NaN).vlefevre2021-02-152-3/+5
* [tests/tdigamma.c] Use mpfr_cmp_ui0 to detect NaN.vlefevre2021-02-151-1/+1
* [src/jyn_asympt.c] fixed bug when s=0 at the end of the for loopzimmerma2021-02-151-0/+22
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-151-0/+21
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-17/+17
* [tests/texpm1.c] Improved special tests.vlefevre2021-02-101-24/+30
* [tests/tpow.c] Replaced mpfr_cmp_ui by versions that can detect NaN.vlefevre2021-02-091-23/+23
* added mpfr_powrzimmerma2021-02-092-1/+212
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-0/+3
* added mpfr_pown (alias for mpfr_pow_si)zimmerma2021-02-091-0/+105
* [tests/tj0.c] Latest test: also check the flags.vlefevre2021-02-081-3/+5
* [tests/tdigamma.c] Latest test: also check the flags.vlefevre2021-02-081-0/+2
* [tests/tdigamma.c] Moved the r14399 test to its own test function.vlefevre2021-02-081-9/+19
* [src/jyn_asympt.c] fixed bug when sin(z)+cos(z) or sin(z)-cos(z) round to 0zimmerma2021-02-081-0/+19
* [src/digamma.c] fixed bug in mpfr_digamma_positive when t-u is zerozimmerma2021-02-081-0/+9
* [src/digamma.c] Fix: increased GUARD from 20 to 30.vlefevre2021-02-081-5/+6
* [tests/tdigamma.c] Added testcase for a bug found by test_generic.vlefevre2021-02-061-0/+41
* [tests/tgeneric.c] Added debug info.vlefevre2021-02-061-0/+5
* added new function mpfr_exp10m1zimmerma2021-02-053-6/+214
* [tests/texp2m1.c] added a test for exact valueszimmerma2021-02-051-0/+82
* added new function mpfr_exp2m1 for 2^x-1zimmerma2021-02-052-3/+154
* [tests/tversion.c] Fixed length modifier in error messages.vlefevre2021-02-051-2/+4
* [tests/tcompound.c] Added generic tests with n = 2 and n = 3.vlefevre2021-02-051-0/+23
* [tests/tcompound.c] More tests of compound(x,n) for x < -1, showingvlefevre2021-02-051-14/+32
* [tests/tcompound.c] Fixed a test in the case mpfr_exp_t < long.vlefevre2021-02-041-1/+2
* [tests/tcompound.c] Corrected an error message.vlefevre2021-02-041-3/+3
* [tests/tatan2u.c] Fixed a bug (as of C99, for *decimal* constants, onevlefevre2021-02-041-2/+2
* [tests/tcompound.c] Corrected the conditions of a test for machinesvlefevre2021-02-041-10/+17
* [tests/tatan2u.c] Improved comment in bug20210203 about type sizes.vlefevre2021-02-041-3/+5