close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3547


Ignore:
Timestamp:
2015-09-05T16:28:39-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3546 r3547  
    210210  (:documentation "Multiply OBJECT1 by OBJECT2")
    211211  (:method  (object1 object2)
    212     (universal-multiply-by (copy-instance m1) (copy-instance m2))))
     212    (universal-multiply-by (copy-instance object1) (copy-instance object2))))
    213213
    214214(defgeneric universal-divide (numerator &rest denominators)
Note: See TracChangeset for help on using the changeset viewer.