Hacker News new | ask | show | jobs
by tyleo 100 days ago
I had to do an atan() on an slow embedded device once for an autonomous robot competition.

Fastest impl I came up with was rounding and big switch statement.