- Timestamp:
- 2016-06-18T13:51:56-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/slow-add.lisp
r4537 r4538 37 37 38 38 (defun s-add (p q order-fn add-fn &aux result) 39 "Non-recursive version of SLOW-ADD." 39 "Non-recursive version of SLOW-ADD. This version uses auxillary variable 40 RESULT which serves as a stack for the terms of the sum of P and Q." 40 41 (loop 41 42 (cond
Note:
See TracChangeset
for help on using the changeset viewer.