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 2952


Ignore:
Timestamp:
2015-06-21T14:03:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2951 r2952  
    165165(defmethod r/ ((m1 monom) (m2 monom))
    166166  "Non-destructively divide monomial M1 by monomial M2."
    167   (divide-by (copy-monom m1) (copy-mono m2)))
     167  (divide-by (copy-monom m1) (copy-monom m2)))
    168168
    169169(defmethod r-divides-p ((m1 monom) (m2 monom))
Note: See TracChangeset for help on using the changeset viewer.