acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x))
[musl] / src / stdlib / wcstoull.c
2011-09-06 Rich Felkerfix incorrect overflow errors on strtoul, etc.
2011-02-12 Rich Felkerinitial check-in, version 0.5.0