Y
Hacker News
new
|
ask
|
show
|
jobs
My Useless Contribution to the GNU C Sine Function
(
awelm.com
)
8 points
by
awelm
1490 days ago
2 comments
PaulHoule
1490 days ago
I'm amazed they use the Taylor expansion instead of
https://en.wikipedia.org/wiki/CORDIC
or something else.
link
WalterGR
1490 days ago
Math co-processors had support for fast trig functions. Does that support not exist in modern CPUs?
link
https://en.wikipedia.org/wiki/CORDIC
or something else.