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.

Ignore:
Timestamp:
2015-09-06T05:50:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3684 r3685  
    445445
    446446(defun poly-primitive-part (object)
    447   "Non-destructively divide polynomial OBJECT by gcd of its
     447  "Divide polynomial OBJECT by gcd of its
    448448coefficients. Return the resulting polynomial."
    449449  (divide-by object (poly-content object)))
Note: See TracChangeset for help on using the changeset viewer.