getopt: fix null pointer arithmetic ub
[musl] / src / complex /
2022-03-08 Szabolcs Nagymath: avoid runtime conversions of floating-point constants
2022-01-18 Rich Felkerfix potentially wrong-sign zero in cproj functions...
2020-02-05 Rich Felkerfix incorrect results for catanf and catanl with some...
2019-10-14 Michael Morrellfix cacosh results for arguments with negative imaginar...
2019-04-17 Szabolcs Nagymath: move complex math out of libm.h
2018-04-11 Rich Felkerfix incorrect results for catan with some inputs
2018-04-09 Rich Felkerfix wrong result in casin and many related complex...
2015-05-01 Szabolcs Nagycomplex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-03-22 Rich Felkeradd creal/cimag macros in complex.h (and use them in...
2012-03-13 Rich Felkerfirst commit of the new libm!