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:53:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3686 r3688  
    448448  "Divide polynomial OBJECT by gcd of its
    449449coefficients. Return the resulting polynomial."
    450   (divide-by object (poly-content object)))
     450  (scalar-divide-by object (poly-content object)))
    451451
    452452#|
Note: See TracChangeset for help on using the changeset viewer.