Re: branch and assignment statements translation to functional style




hank_rb wrote:

>
> in any case, the original algorithm i want to convert to functional
> style is the following, from 'Numerical Recipes: The art of scientific
> computing' by Press, Flannery, Teukolsky and Vetterling.

Ignoring the issue of functional style vs. imperative, Numerical
Recipes has serious drawbacks as a source of numerical algorithms. I
would recommend finding algorithms through the Netlib repository
(www.netlib.org). http://www.netlib.org/misc/gams.html organizes the
library by the numerical problem solved.

.


Loading