Subject: stack overflow with recursive definitions (crash)
From: Gilles Schintgen
Date: Sat, 26 Nov 2005 16:57:16 +0100
On Saturday 26 November 2005 16:35, van.Nek@gmx.net wrote:
> (%i16) compile(u);
> Compiling gazonk0.lsp.
> End of Pass 1.
> End of Pass 2.
> OPTIMIZE levels: Safety=2, Space=2, Speed=2
> Finished compiling gazonk0.lsp.
> (%o16) [u]
> (%i17) u(200);
> (%o17) 5.059738684726922B-3
> (%i20) u(2000);
> (%o20) 5.009774061200956B-4
Thanks for the tips!
(I noticed that the compiled u is limited to n=2036, but that's not a
problem.)
Regards,
Gilles