summaryrefslogtreecommitdiff
path: root/tests/tlgamma.c
Commit message (Expand)AuthorAgeFilesLines
* No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assumevlefevre2007-07-251-2/+1
* Added code to check mpfr against Gonnet's tables when the environment variablezimmerma2007-07-201-0/+11
* MPFR_EQUAL -> mpfr_equal_pzimmerma2007-07-181-20/+17
* previous bug fix for tiny negative inputs in mpfr_lgamma was incorrect:zimmerma2007-07-171-16/+25
* lngamma.c: fix for small inputszimmerma2007-07-161-0/+48
* fixed bug in tlgamma and added test (need to implement Ziv's strategy inzimmerma2007-07-031-0/+8
* tests/tlgamma.c: re-enabled sign checking.vlefevre2007-06-111-1/+13
* fixed problem with mpfr_lgamma for tiny negative input (and fixed use of zimmerma2007-06-111-6/+21
* tlgamma.c: I re-enable the generic tests of mpfr_lgamma now, to makevlefevre2007-05-211-1/+1
* Added preliminary support for mpfr_lngamma and tests.vlefevre2007-04-251-0/+275