Content deleted Content added
No edit summary |
|||
Line 33:
;; to calculate the product of all non-negative integers
;; less than or equal to n.
(define (factorial n)
(
(
(fact (- i 1) (* acc i)))))
</source>
|
No edit summary |
|||
Line 33:
;; to calculate the product of all non-negative integers
;; less than or equal to n.
(define (factorial n)
(
(
(fact (- i 1) (* acc i)))))
</source>
|