[ILUG] Re: impressive...
John P . Looney
valen at tuatha.org
Thu Oct 28 15:23:52 IST 1999
On Thu, Oct 28, 1999 at 02:57:18PM +0100, Colin Whittaker mentioned:
> for c:
>
> int factorial( int x )
> {
> return ( x == 1 ): 1 ? (factorial( x - 1 ) * x);
> }
Now, feed it 5500, and see what answer it gives. Scheme gives a
number of approximately 4x10^4090 - try it and see! C barfs at anything
bigger than 4x10^9!
BTW, I forgot to divide by '6!' in the lotto calc. I feel better now.
Kate
--
Microsoft. The best reason in the world to drink beer.
http://www.redbrick.dcu.ie/~valen
More information about the ILUG
mailing list