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.

Ignore:
Timestamp:
2016-06-05T19:06:21-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4331 r4332  
    245245  self)
    246246
     247#|
    247248(defmethod multiply-by ((self monom) (other poly))
    248249  "Multiply a monomial SELF by polynomial OTHER."
    249250  (multiply-by other self))
     251|#
    250252
    251253#|
Note: See TracChangeset for help on using the changeset viewer.