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

I'm amazed they use the Taylor expansion instead of

https://en.wikipedia.org/wiki/CORDIC

or something else.

Math co-processors had support for fast trig functions. Does that support not exist in modern CPUs?