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 1833


Ignore:
Timestamp:
2015-06-15T14:05:34-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/termlist.lisp

    r1832 r1833  
    107107  (let ((c (funcall (ring-mul ring) (term-coeff term1) (term-coeff term2))))
    108108    (unless (funcall (ring-zerop ring) c)
    109       (list (make-term (monom-mul (term-monom term1) (term-monom term2)) c)))))
     109      (list (make-term :monom (monom-mul (term-monom term1) (term-monom term2))
     110                       :coeff c)))))
    110111
    111112(defun term-times-termlist (ring term f)
Note: See TracChangeset for help on using the changeset viewer.