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 795


Ignore:
Timestamp:
2015-06-08T22:48:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r794 r795  
    7171  (let ((c (funcall (ring-mul ring) (term-coeff term1) (term-coeff term2))))
    7272    (unless (funcall (ring-zerop ring) c)
    73       (make-term (monom-dimension term1)
    74                  :initial-exponents (monom-exponents (monom-mul term1 term2))
    75                  :coeff c))))
     73      (make-term (monom-mul term1 term2) c))))
    7674
    7775(defun term-sugar (term)
Note: See TracChangeset for help on using the changeset viewer.