From: Nick Hilliard (nick at domain iol.ie)
Date: Thu 28 Oct 1999 - 15:11:08 IST
> int factorial( int x )
> {
> return ( x == 1 ): 1 ? (factorial( x - 1 ) * x);
> }
This function will _not_ return the factorial of 5500.
Nick
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:48 GMT