getopt: fix null pointer arithmetic ub
[musl] / src / math / expf.c
2019-04-18 Szabolcs Nagymath: new exp2f and expf
2016-03-04 Szabolcs Nagymath: fix expf(-NAN) and exp2f(-NAN) to return -NAN...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: fix underflow in exp*.c and long double handling...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Szabolcs Nagymath: expf.c cleanup
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-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-13 nszmath cleanup: use 1.0f instead of (float)1.0
2012-03-13 Rich Felkerfirst commit of the new libm!