History of Idiom 31 > diff from v79 to v80
Edit summary for version 80 by programming-idioms.org:
[D] Function name f, argument name i
[D] Function name f, argument name i
↷
Version 79
2022-05-23, 13:20:55
Version 80
2022-05-23, 13:21:48
Idiom #31 Recursive factorial (simple)
Create the recursive function f which returns the factorial of the non-negative integer i, calculated from f(i-1)
Idiom #31 Recursive factorial (simple)
Create the recursive function f which returns the factorial of the non-negative integer i, calculated from f(i-1)
Comments bubble
Comments bubble