getopt: fix null pointer arithmetic ub
[musl] / src / math / tgamma.c
2013-11-21 Szabolcs Nagymath: lgamma cleanup (simpler sin(pi*x) for the negativ...
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