math: fix logb(-0.0) in downward rounding mode
[musl] / src / math / tgamma.c
2013-08-15 Szabolcs Nagymath: fix tgamma to raise underflow for large negative...
2013-05-15 Szabolcs Nagymath: use double_t for temporaries to avoid stores...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-03-27 nszmath: add dummy tgamma and tgammaf implementations