getopt: fix null pointer arithmetic ub
[musl] / src / math / acoshf.c
2021-02-10 Szabolcs Nagymath: fix acoshf for negative inputs
2013-10-07 Szabolcs Nagymath: use sqrtl if FLT_EVAL_METHOD==2 in acosh and...
2013-09-05 Szabolcs Nagymath: fix acoshf on negative values
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
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 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!