Changeset 3688 for branches/f4grobner
- Timestamp:
- 2015-09-06T05:53:22-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3686 r3688 448 448 "Divide polynomial OBJECT by gcd of its 449 449 coefficients. Return the resulting polynomial." 450 ( divide-by object (poly-content object)))450 (scalar-divide-by object (poly-content object))) 451 451 452 452 #|
Note:
See TracChangeset
for help on using the changeset viewer.