- Timestamp:
- 2015-09-05T16:43:23-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3558 r3559 209 209 210 210 (defgeneric multiply-2 (object1 object2) 211 (:documentation "Multiply OBJECT1 by OBJECT2") 212 (:method (object1 object2) 213 (universal-multiply-by (copy-instance object1) (copy-instance object2)))) 211 "Multiply OBJECT1 by OBJECT2" 212 (multiply-by (copy-instance object1) (copy-instance object2))) 214 213 215 214 (defun multiply (&rest factors)
Note:
See TracChangeset
for help on using the changeset viewer.