Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
SJC_Hacker
on May 11, 2024
|
parent
|
context
|
favorite
| on:
Why the CORDIC algorithm lives rent-free in my hea...
The primary advantage of CORDIC is that it saves space in the design.
Lookup tables with interpolation are much faster
nimish
on May 11, 2024
[–]
Polynomial interpolation for sin/cos is even better when you have access to an FPU:
https://gist.github.com/publik-void/067f7f2fef32dbe5c27d6e21...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Lookup tables with interpolation are much faster