getopt: fix null pointer arithmetic ub
[musl] / src / math / erfl.c
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2013-10-04 Szabolcs Nagymath: remove code duplication in erfl found by clang...
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2013-07-28 Rich Felkeradd missing erfcl wrapper for archs where long double...
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-07 Szabolcs Nagymath: erf and erfc cleanup math
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-19 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszfix erfl wrapper for long double==double case
2012-03-13 Rich Felkerfirst commit of the new libm!