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 3414


Ignore:
Timestamp:
2015-08-27T16:45:04-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3410 r3414  
    177177  (multiply-by (copy-instance m1) (copy-instance m2)))
    178178
    179 (defmethod r/ ((m1 monom) (m2 monom))
     179(defmethod r/ ((m1 monom) &rest m2)
    180180  "Non-destructively divide monomial M1 by monomial M2."
    181181  (divide-by (copy-instance m1) (copy-instance m2)))
Note: See TracChangeset for help on using the changeset viewer.