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 2456


Ignore:
Timestamp:
2015-06-19T10:31:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2451 r2456  
    8484(defmethod r-length ((self poly))
    8585  (length (poly-termlist self)))
     86
     87#|
    8688
    8789(defgeneric multiply-by (self other)
     
    366368  "Compare polynomial lists P and Q for equality, ignoring sugar."
    367369  (every #'poly-equal-no-sugar-p p q))
     370|#
Note: See TracChangeset for help on using the changeset viewer.