acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
[musl] / src / math / sincosf.c
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-15 nszefficient sincos based on sin and cos