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 3969


Ignore:
Timestamp:
2016-05-30T11:16:09-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3908 r3969  
    5555           "MAKE-POLY-CONSTANT"
    5656           "UNIVERSAL-EXPT"
     57           "UNIVERSAL-EQUALP"
     58           "POLY-LENGTH"
    5759           "POLY-P"
    5860           "+LIST-MARKER+"
     
    285287    (subtract-from self (make-poly-constant (poly-dimension self) other))))
    286288
     289
    287290#|
    288 
    289291(defmacro def-add/subtract-method (add/subtract-method-name
    290292                                                uminus-method-name
Note: See TracChangeset for help on using the changeset viewer.