fix excess precision in return value of i386 acos[f] and asin[f]
[oweals/musl.git] / src / math / i386 / acos.s
2020-02-06 Rich Felkerfix excess precision in return value of i386 acos[f...
2012-05-05 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-04 nszmath: change the formula used for acos.s
2012-03-22 nszacos.s fix: use the formula acos(x) = atan2(sqrt(1...
2012-03-20 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-20 Rich Felkeruse alternate formula for acos asm to avoid loss of...
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 Rich Felkerasm for inverse trig functions