Hacker News new | ask | show | jobs
by paulddraper 89 days ago
atan(x) = asin(x / sqrt(1+x*x))
1 comments

So the asin is brute force. I think it is `atan` function. Written article explains nothing. Sqrt is also like that.

It looks like there is a reasonable explanation when it is written math form but there is no.