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 1903


Ignore:
Timestamp:
2015-06-15T17:58:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

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