getopt: fix null pointer arithmetic ub
[musl] / src / math / exp2f.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 from exp2f (see previous...
2013-09-05 Szabolcs Nagymath: fix underflow in exp*.c and long double handling...
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-17 Szabolcs Nagymath: cleanup exp2.c exp2f.c and exp2l.c
2012-03-18 Rich Felkerfix loads of missing const in new libm, and some global...
2012-03-13 Rich Felkerfirst commit of the new libm!