in reply to Re: factorial through recursion
in thread factorial through recursion
Finally, it's very weird that your factorial function takes two inputs. That's inconsistent with the mathematical function.Yes, but I note that his function looks similar to what a helper function would look like in a language with tail recursion optimization. It should still return a value instead of printing it though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: factorial through recursion
by ikegami (Patriarch) on Jul 24, 2009 at 16:10 UTC |