summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/lgamma (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix lgamma test on i386 and use symbolic constant; ok martynas@otto2016-10-231-5/+8
|
* Adapt tests for extended-precision.martynas2011-07-091-7/+20
|
* Add some simple test cases for lgamma, and lgammaf.martynas2011-05-282-0/+54
Currently the functions return correct results for the input of negative zero; however signgam is wrong in this case.