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 2398


Ignore:
Timestamp:
2015-06-18T22:21:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2397 r2398  
    100100;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    101101
    102 (defmethod r-coeff ((m monom)) 1)
     102(defmethod r-coeff ((m monom))
     103  "A MONOM can be treated as a special case of TERM,
     104where the coefficient is 1."
     105  1)
    103106 
    104107(defmethod r-elt ((m monom) index)
Note: See TracChangeset for help on using the changeset viewer.