- Timestamp:
- 2016-05-27T23:46:46-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3808 r3809 210 210 self) 211 211 (:method ((self term) (other number)) 212 (reinitialize-instance self :coeff ( multiply(term-coeff self) other))))212 (reinitialize-instance self :coeff (divide (term-coeff self) other)))) 213 213 214 214 (defmethod copy-instance :around ((object monom) &rest initargs &key &allow-other-keys)
Note:
See TracChangeset
for help on using the changeset viewer.