libm
2012-03-10 nsztgmath.h improved return type with gcc
2012-03-10 nszsimple tgmath test
2012-03-09 nszfix fdim in tgmath.h
2012-03-09 nsztgmath fixes, better return type handling
2012-03-07 nszenable complex in libm.h
2012-03-06 nszprefer (uint)-1>>1 to ~((uint)1<<n), remove some unnece...
2012-03-06 nszadd !! to signbit macro so the return type is not uint64_t
2012-03-05 nszvarious minor style fixes
2012-03-05 nsztgmath.h fixes
2012-03-05 nsznew tgmath.h: c99, but return types are wrong
2012-03-05 nszupdate math.h: const macro conformance fixes, bithack...
2012-03-05 nszuse #if LDBL_MANT_DIG == ... instead of custom LD80...
2012-03-05 nsz < nwmcsween> nsz libm.h slow -> large
2012-03-05 nszimplement math.h classification macros with compound...
2012-03-05 nszrename __rem_pio2_slow to __rem_pio2_large
2012-03-05 nsztgmath: fix fabs
2012-03-04 nszfix definition of complex imaginary unit
2012-03-04 nszfix __invtrigl.o symbol names using '__' prefix
2012-03-04 nszremove invalid comment from sqrt.c
2012-03-04 nszfix bit masking hack in fpclassifyl and copysignl
2012-03-04 nszfix bit masking hack in ilogbl
2012-03-03 nszadd musl link to readme
2012-03-03 nszadd readme
2012-03-03 nszinitial commit