Changeset 1243 for branches/f4grobner
- Timestamp:
- 2015-06-11T15:07:22-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/utils.lisp
r1234 r1243 77 77 `(let ((,xx ,x) 78 78 (,yy ,y)) 79 (summation (,mult (elt ,xx ,i) (elt ,yy ,i)) (,i 0 (1- (length ,x ))) ,add ,init-val))))79 (summation (,mult (elt ,xx ,i) (elt ,yy ,i)) (,i 0 (1- (length ,xx))) ,add ,init-val))))
Note:
See TracChangeset
for help on using the changeset viewer.