Logo

Programming-Idioms

History of Idiom 31 > diff from v75 to v76

Edit summary for version 76 by programming-idioms.org:
Linked to idiom #301 [Recursive Fibonacci sequence]

Version 75

2022-02-01, 23:42:12

Version 76

2022-03-04, 20:37:27

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)

Variables
f,i
Variables
f,i