Hacker News new | ask | show | jobs
by enriquto 1536 days ago
The GSL library is indeed great! It provides a free implementarion of all methods described in NR, and many more. The source code of GSL is somewhat readable, but I find NR still very helpful for the textual descriptions of the methods.

Also, the venerable ccmath library by the late Daniel Atkinson is an extraordinary jewel of readability, simplicity, portability and performance among numerical codes.