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 3090


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3089 r3090  
    304304               (incf i))))
    305305        plist))
    306 
    307 (defmethod poly-dimension ((poly poly))
    308   (cond ((r-zerop poly) -1)
    309         (t (monom-dimension (leading-term poly)))))
    310306
    311307(defun standard-extension-1 (plist
Note: See TracChangeset for help on using the changeset viewer.