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 1911


Ignore:
Timestamp:
2015-06-15T18:04:39-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1910 r1911  
    381381                (ring (ro-ring ring-and-order)))
    382382  "It yields the S-polynomial of polynomials F and G."
    383   (declare (type poly f g))
     383  (declare (type ring-and-order ring-and-order) (type poly f g))
    384384  (let* ((lcm (monom-lcm (poly-lm f) (poly-lm g)))
    385385          (mf (monom-div lcm (poly-lm f)))
Note: See TracChangeset for help on using the changeset viewer.