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 1967


Ignore:
Timestamp:
2015-06-15T20:23:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r1963 r1967  
    210210(defun monom-contract (m k)
    211211  "Drop the first K variables in monomial M."
     212  (declare (type monom m) (fixnum k))
    212213  (subseq m k))
    213214
Note: See TracChangeset for help on using the changeset viewer.