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 2782


Ignore:
Timestamp:
2015-06-20T20:25:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2781 r2782  
    285285  (coerce (monom-exponents m) 'list))
    286286
    287 (defmethod r-coeff ((self monom))
    288   (monom-coeff self))
    289 
    290287(defmethod r-exponents ((self monom))
    291288  (monom-exponents self))
Note: See TracChangeset for help on using the changeset viewer.