Changeset 3645 for branches/f4grobner
- Timestamp:
- 2015-09-05T20:46:35-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3643 r3645 147 147 (defgeneric second-leading-coefficient (object) 148 148 (:method ((self poly)) 149 (term-coeff ( poly-second-leading-term self)))149 (term-coeff (second-leading-term self))) 150 150 (:documentation "The second leading coefficient of a polynomial. It 151 151 signals error for a polynomial with at most one term."))
Note:
See TracChangeset
for help on using the changeset viewer.