Changeset 2544 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-19T15:42:17-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2543 r2544 84 84 (:method ((self poly)) 85 85 (r-coeff (second-leading-term self))) 86 (:documentation "The second leading coefficient of a polynomial. It 87 signals error for a polynomial with at most one term.")) 86 (:documentation "The second leading coefficient of a polynomial. It signals error for a polynomial with at most one term.")) 88 87 89 88 ;; Testing for a zero polynomial
Note:
See TracChangeset
for help on using the changeset viewer.