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 991


Ignore:
Timestamp:
2015-06-09T20:52:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r990 r991  
    158158  (declare (type ring-and-order ring-and-order) (type poly p q))
    159159  (make-poly-from-termlist
    160    (termlist-mul ring (poly-termlist p) (poly-termlist q))
     160   (termlist-mul ring-and-order (poly-termlist p) (poly-termlist q))
    161161   (+ (poly-sugar p) (poly-sugar q))))
    162162
Note: See TracChangeset for help on using the changeset viewer.