- Timestamp:
- 2015-09-05T16:28:39-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3546 r3547 210 210 (:documentation "Multiply OBJECT1 by OBJECT2") 211 211 (:method (object1 object2) 212 (universal-multiply-by (copy-instance m1) (copy-instance m2))))212 (universal-multiply-by (copy-instance object1) (copy-instance object2)))) 213 213 214 214 (defgeneric universal-divide (numerator &rest denominators)
Note:
See TracChangeset
for help on using the changeset viewer.