Comment by groundzeros2015
11 hours ago
What do you mean brute force?
We can compute these things using iteration or polynomial approximations (sufficient for 64 bit).
11 hours ago
What do you mean brute force?
We can compute these things using iteration or polynomial approximations (sufficient for 64 bit).
There is a loop of is it close enough or not something like that. It is a brute force. Atan2 purely looks like that to me.