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 4519 for branches


Ignore:
Timestamp:
2016-06-17T13:50:37-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial-sugar.lisp

    r4518 r4519  
    22
    33(defgeneric static-sugar (object)
    4   (:documentation "Return statically calculated sugar of object OBJECT. That is,
    5 the sugar value which does not assume that the object is a result of any prior calculations.")
     4  (:documentation "Return statically calculated sugar of object
     5OBJECT. That is, the sugar value which does not assume that the object
     6is a result of any prior calculations.")
    67  (:method ((object monom))
    78    "Static sugar of a monom OBJECT is simply the total degree."
Note: See TracChangeset for help on using the changeset viewer.