2 lines
62 B
Text
2 lines
62 B
Text
|
|
factorial[n_Integer] := Block[{i}, Times @@ Table[i, {i, n}]]
|