dns response handling: ignore presence of wrong-type RRs
[musl] / src / math / lgammal.c
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermove lgamma-related internal declarations to libm.h
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2013-11-21 Szabolcs Nagymath: lgamma cleanup (simpler sin(pi*x) for the negativ...
2013-10-04 Szabolcs Nagymath: remove a useless assignment in lgammal found...
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2012-03-27 nszmath: remove comment about aliasing lgamma as gamma
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszcode cleanup of named constants
2012-03-17 Rich Felkerother side of the signgam namespace fix: use the intern...
2012-03-17 Rich Felkerfix namespace issues for lgamma, etc.
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-15 nszin math.h make lgamma_r and non-double bessel _GNU_SOUR...
2012-03-13 Rich Felkerfirst commit of the new libm!