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 638


Ignore:
Timestamp:
2015-06-07T18:41:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pair-queue.lisp

    r490 r638  
    5353                                (d (monom-sugar lcm)))
    5454  "Returns list (S LCM-TOTAL-DEGREE) where S is the sugar of the S-polynomial of
    55 polynomials P and Q, and LCM-TOTAL-DEGREE is the degree of is LCM(LM(P),LM(Q))."
     55polynomials P and Q, and LCM-TOTAL-DEGREE is the degree of LCM(LM(P),LM(Q))."
    5656  (declare (type poly p q) (type monom lcm) (type fixnum d))
    5757  (cons (max
Note: See TracChangeset for help on using the changeset viewer.