Hacker News new | ask | show | jobs
by mjcohen 2162 days ago
Many years ago I implemented a set of multiple precision integer routines in fortran. For division, I slavishly copied Knuth's routine, using all the sample divisions in his book to test, and it worked fine.