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 2949


Ignore:
Timestamp:
2015-06-21T13:17:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2948 r2949  
    229229    (t
    230230     (cons (r* (car p) (car q))
    231             (add-termlists
    232              (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
    233              (multiply-termlists (cdr p) q order-fn)
    234              order-fn)))))
     231           (add-termlists
     232            (multiply-term-by-termlist-dropping-zeros (car p) (cdr q))
     233            (multiply-termlists (cdr p) q order-fn)
     234            order-fn)))))
    235235
    236236
Note: See TracChangeset for help on using the changeset viewer.