Changeset 4519 for branches/f4grobner/polynomial-sugar.lisp
- Timestamp:
- 2016-06-17T13:50:37-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial-sugar.lisp
r4518 r4519 2 2 3 3 (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 5 OBJECT. That is, the sugar value which does not assume that the object 6 is a result of any prior calculations.") 6 7 (:method ((object monom)) 7 8 "Static sugar of a monom OBJECT is simply the total degree."
Note:
See TracChangeset
for help on using the changeset viewer.