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 782


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r781 r782  
    8080  (let ((c (funcall (ring-mul ring) (term-coeff term1) (term-coeff term2))))
    8181    (unless (funcall (ring-zerop ring) c)
    82       (make-term (monom-dimension term1) (monom-dimension term2)
     82      (make-term (monom-dimension term1)
    8383                 :initial-exponents (monom-exponents (monom-mul term1 term2))
    8484                 :coeff c))))
Note: See TracChangeset for help on using the changeset viewer.