Recursioneasy
0:00.0

For the recursive function f(n)=nf(n1)f(n) = n \cdot f(n-1), what value of f(0)f(0) is required to make f(3)=6f(3) = 6?