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 2816


Ignore:
Timestamp:
2015-06-21T09:23:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2815 r2816  
    152152  self)
    153153
     154(defmethod r* ((m1 monom) (m2 monom))
     155  "Non-destructively multiply monomial M1 by M2."
     156  (multiply-by m1 (monom-clone m2)))
     157
    154158(defmethod r/ ((m1 monom) (m2 monom))
    155159  "Divide monomial M1 by monomial M2."
Note: See TracChangeset for help on using the changeset viewer.