Re: [q-lang-users] Bug?
Brought to you by:
agraef
From: John C. <co...@cc...> - 2006-09-29 16:00:10
|
Eddie Rucker scripsit: > I made a mistake of using a real number .2 to a factorial function > defined as > > fact N = if N = 0 then 1 else N * fact (N-1); > > and it gives a segment fault (on debian Linux). I was not able to reproduce this on Cygwin: the program just hangs. -- John Cowan http://www.ccil.org/~cowan <co...@cc...> "Any legal document draws most of its meaning from context. A telegram that says 'SELL HUNDRED THOUSAND SHARES IBM SHORT' (only 190 bits in 5-bit Baudot code plus appropriate headers) is as good a legal document as any, even sans digital signature." --me |