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 4111


Ignore:
Timestamp:
2016-06-01T13:19:45-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4105 r4111  
    549549        (declare (ignore c))
    550550        (subtract
    551          (multiply-by f (change-class mf 'term :coeff cg))
    552          (multiply-by g (change-class mg 'term :coeff cf)))))))
     551         (multiply f (change-class mf 'term :coeff cg))
     552         (multiply g (change-class mg 'term :coeff cf)))))))
    553553
    554554(defgeneric poly-content (object)
Note: See TracChangeset for help on using the changeset viewer.