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 3108


Ignore:
Timestamp:
2015-06-22T07:49:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3107 r3108  
    351351  (flet ((subtract-1 (p)
    352352           (append-item p (make-instance 'term :coeff -1 :dimension nvars))))
    353     (make-instance
    354      'poly
    355      :termlist (mapcon #'poly-termlist plist))
    356     (setf plist (mapc #'subtract-1 plist)))
    357 )
    358 
     353    (subtract-1
     354     (make-instance
     355      'poly
     356      :termlist (mapcon #'poly-termlist plist)))))
    359357
    360358#|
Note: See TracChangeset for help on using the changeset viewer.