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 3559


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3558 r3559  
    209209
    210210(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)))
    214213
    215214(defun multiply (&rest factors)
Note: See TracChangeset for help on using the changeset viewer.