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:
2015-09-06T05:18:59-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3672 r3673  
    433433        (declare (ignore c))
    434434        (subtract
    435          (multiply (multiply f mf) cg)
    436          (multiply (multiply g mg) cf))))))
     435         (multiply f (change-class mf 'term :coeff cg))
     436         (multiply g (change-class mg 'term :coeff cf)))))))
    437437
    438438#|
Note: See TracChangeset for help on using the changeset viewer.