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 1912


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1911 r1912  
    398398  "Divide polynomial P with integer coefficients by gcd of its
    399399coefficients and return the result."
    400   (declare (type poly p))
     400  (declare (type ring ring) (type poly p))
    401401  (if (poly-zerop p)
    402402      (values p 1)
Note: See TracChangeset for help on using the changeset viewer.