fac 20 lol
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
(if (zero? n)
|
||||
1
|
||||
(* n (fac (- n 1)))))))
|
||||
(fac 6))
|
||||
;; 20 is the greatest `n` for which n! ≤ maxBount @Int
|
||||
(fac 20))
|
||||
|
||||
Reference in New Issue
Block a user