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 4444


Ignore:
Timestamp:
2016-06-10T21:49:56-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4442 r4444  
    602602        (declare (ignore c))
    603603        (subtract
    604          (multiply f (change-class mf 'term :coeff cg))
    605          (multiply g (change-class mg 'term :coeff cf)))))))
     604         (multiply f mf cg)
     605         (multiply g mg cf))))))
    606606
    607607(defgeneric poly-content (object)
Note: See TracChangeset for help on using the changeset viewer.