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 988


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r987 r988  
    186186
    187187(defun poly-add-variables (p k)
     188  (declare (type poly p))
    188189  (setf (poly-termlist p) (termlist-add-variables (poly-termlist p) k))
    189190  p)
Note: See TracChangeset for help on using the changeset viewer.