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 2369


Ignore:
Timestamp:
2015-06-18T21:19:14-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2368 r2369  
    4949           "R-DIMENSION"
    5050           "R-EXPONENTS"
     51           "R-COEFF"
    5152           "R-SUGAR"
    5253           "R-DIVIDES-P"   
     
    104105(defgeneric r-dimension (object))
    105106(defgeneric r-exponents (object))
     107(defgeneric r-coeff (object))
    106108
    107109(defgeneric r-total-degree (object &optional start end))
Note: See TracChangeset for help on using the changeset viewer.