Hacker News new | ask | show | jobs
by sukilot 1113 days ago
Implemented addition via:

      cos(wx) sin (wy) + sin(wx) cos(wy)

But how did it compute that intermediate addition?
1 comments

What it learned to do was modular addition, not addition.