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-09-05T09:42:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3454 r3455  
    203203(defmethod monom-multiply ((numerator monom) &rest denominators)
    204204  "Non-destructively divide monomial NUMERATOR by product of DENOMINATORS."
    205   (divide-by (copy-instance numerator) (reduce #'monom-multiply-2 denominators)))
     205  (monom-divide-by (copy-instance numerator) (reduce #'monom-multiply-2 denominators)))
    206206
    207207(defmethod monom-divides-p ((m1 monom) (m2 monom))
Note: See TracChangeset for help on using the changeset viewer.