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 1828


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r1827 r1828  
    5656Optionally, the term may appear with an arbitrary coefficient, which
    5757defaults to the unit of the RING."
    58   (make-term (make-monom-variable nvars pos power) coeff))
     58  (make-term :monom (make-monom-variable nvars pos power) :coeff coeff))
    5959
    6060(defun term-mul (ring term1 term2)
Note: See TracChangeset for help on using the changeset viewer.