Live data from Hacker News

Ask HN: Books on how to implement math calculations

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Books on how to implement math calculations

#2
During my time at university, "Numerical Recipes" (https://de.wikipedia.org/wiki/Numerical_Recipes) was always the gold standard for implementations of standard / common numerical algorithmis.

Then of course there is "The Art of Computer Programming" (https://de.wikipedia.org/wiki/The_Art_of_Computer_Programmin...) which has one book dedicated to numerical algorithms as well.

Re: Ask HN: Books on how to implement math calculations

#3
If you want to know how they are written, you could look at the library source for any open source ones.

If you want to actually implement, then I would say "don't". The libraries should be accurate and exposed to mass scrutiny with their use throughout the industry.