Still broken, but I believe we're moving in the right direction.

This commit is contained in:
Simon Brooke 2019-01-24 10:12:08 +00:00
parent bf72ae379d
commit f8c20ab3b1
5 changed files with 124 additions and 24 deletions

View file

@ -5,5 +5,4 @@
((= x 1) n)
(t (* n (expt n (- x 1)))))))
(inspect expt)
(expt 2 59)
(inspect (expt 2 60))