Content deleted Content added
→The new function is also recursive!?: new section |
m Signing comment by 128.176.181.114 - "→The new function is also recursive!?: new section" |
||
Line 39:
In the second, step, you define a new, recursive function, namely h. Now, instead of defining f by using f itself, you define h by using h itself, and passing around a dummy parameter f (that is not used at all in the function)
Should the second step perhaps be: replace f(x-1) by f(x-1,f) ? <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/128.176.181.114|128.176.181.114]] ([[User talk:128.176.181.114|talk]]) 20:47, 7 July 2009 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
|