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 3248


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3247 r3248  
    340340        plist))
    341341
    342 (defmethod poly-dimension ((poly poly))
    343   (cond ((r-zerop poly) -1)
    344         (t (monom-dimension (leading-term poly)))))
    345 
    346342(defun standard-extension-1 (plist
    347343                             &aux
Note: See TracChangeset for help on using the changeset viewer.