math: use double_t for temporaries to avoid stores on i386
[musl] / src / math / acos.c
2013-05-15 Szabolcs Nagymath: use double_t for temporaries to avoid stores...
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-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Szabolcs Nagymath: ld80 invtrig cleanups
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-13 Rich Felkerfirst commit of the new libm!