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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3416 r3417  
    179179(defmethod r/ ((numerator monom) &rest denominators)
    180180  "Non-destructively divide monomial NUMERATOR by product of DENOMINATORS."
    181   (divide-by (copy-instance m1) (reduce #'r* denominators)))
     181  (divide-by (copy-instance numerator) (reduce #'r* denominators)))
    182182
    183183(defmethod r-divides-p ((m1 monom) (m2 monom))
Note: See TracChangeset for help on using the changeset viewer.