Logo

Programming-Idioms

History of Idiom 31 > diff from v19 to v20

Edit summary for version 20 by :

Version 19

2015-10-29, 14:05:13

Version 20

2015-11-30, 12:37:27

Idiom #31 Recursive factorial (simple)

Create recursive function f which returns the factorial of non-negative integer i, calculated from f(i-1)

Idiom #31 Recursive factorial (simple)

Create recursive function f which returns the factorial of non-negative integer i, calculated from f(i-1)