Hacker News new | ask | show | jobs
by localhost 2344 days ago
Thanks for sharing this! I learned how to write floating point math routines from scratch by disassembling the ROMs on my PET and figuring out how they worked.

Nice to see the coefficients for the taylor series computation for sin() in the POLY_SIN table.