Numerical Recipes: Difference between revisions
Jump to navigation
Jump to search
Carl McBride (talk | contribs) (New page: [http://www.nr.com/ Numerical Recipes] is a series of text and reference books on "the art of scientific computing" that is famous for its engaging text and lucid mathematical and algorit...) |
Carl McBride (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
[http://www.nr.com/ Numerical Recipes] is a series of text and reference books on "the art of scientific computing" that is famous for its engaging text and lucid mathematical and algorithmic explanations. The book includes commented full listings of now more than 400 unique C++ routines that can be downloaded in machine-readable form | [http://www.nr.com/ Numerical Recipes] is a series of text and reference books on "the art of scientific computing" that is famous for its engaging text and lucid mathematical and algorithmic explanations. The book includes commented full listings of now more than 400 unique C++ routines that can be downloaded in machine-readable form for inclusion in users' programs. | ||
==References== | ==References== | ||
[[category: mathematics]] | [[category: mathematics]] |
Latest revision as of 13:01, 12 February 2008
Numerical Recipes is a series of text and reference books on "the art of scientific computing" that is famous for its engaging text and lucid mathematical and algorithmic explanations. The book includes commented full listings of now more than 400 unique C++ routines that can be downloaded in machine-readable form for inclusion in users' programs.