fac 20 lol

This commit is contained in:
2026-08-24 02:41:05 -06:00
parent 030b36cd98
commit c9eb8f6f85
+2 -1
View File
@@ -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))