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 3558


Ignore:
Timestamp:
2015-09-05T16:42:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3557 r3558  
    219219(defun divide (numerator &rest denominators)
    220220  "Non-destructively divide object NUMERATOR by product of DENOMINATORS."
    221   (divide-by (copy-instance numerator) (reduce #'multiply-2 denominators)))
     221  (divide-by (copy-instance numerator) (multiply denominators)))
    222222
    223223(defmethod monom-divides-p ((m1 monom) (m2 monom))
Note: See TracChangeset for help on using the changeset viewer.