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 4045


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4043 r4045  
    652652        self
    653653      (let ((m (call-next-method)))
    654         (print m)
    655654        (cond ((eql coeff 1) m)
    656655              ((atom m)
     
    660659               (list* '* coeff (cdr m)))
    661660              (t
    662                (list* '* coeff m)))))))
     661               (list '* coeff m)))))))
Note: See TracChangeset for help on using the changeset viewer.