Hacker News new | ask | show | jobs
by readerrrr 4251 days ago
Did you compare its speed to built in atan2 function?

I counted the cycles for you method and it comes to around 50 plus a conditional. Built in function should be around the same.