[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Lucas Holland <hollandlucas@g...> |
| Subject: | Factorial function |
Hi, why does this function: let rec fact n = n * fact (n-1);; yield an overflow error if called with n = 5? Thanks in advance, Lucas