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 4039


Ignore:
Timestamp:
2016-05-31T16:30:55-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4038 r4039  
    653653      (let ((m (call-next-method)))
    654654        (cond ((eql coeff 1) m)
    655               ((atom m) m)
    656655              ((eql (car m) '*) (list* '* coeff (cdr m)))
    657656              (t
Note: See TracChangeset for help on using the changeset viewer.