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 1959


Ignore:
Timestamp:
2015-06-15T19:18:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r1926 r1959  
    5959defaults to the unit of the RING."
    6060  (declare (type ring ring) (type fixnum nvars pos))
    61   (make-term :monom (make-monom-variable nvars pos power) :coeff coeff))
     61  (make-term :monom (make-monom-variable nvars pos power)
     62             :coeff coeff))
    6263
    6364(defun term-mul (ring term1 term2)
Note: See TracChangeset for help on using the changeset viewer.