-- Check that large recursion does not blow -- the call stack or other internal structures -- On Sergio's Vaio the computation of f(n) take -- about n * 5 * 10 ** (-5), i.e., 50 secs for 1 million. -- Execute with: cmd/test recursion -time :load Recursion f(0) f(1000) f(1000000) -- f(10000000)