- Timestamp:
- 2015-09-05T20:19:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3626 r3627 152 152 (term-coeff (poly-second-leading-term self))) 153 153 (:documentation "The second leading coefficient of a polynomial. It 154 signals error for a polynomial with at most one term."))155 156 ;; Second leading coefficient157 (defgeneric second-leading-monomial (object)158 (:method ((self poly))159 (car (poly-second-leading-term self)))160 (:documentation "The second leading monomial of a polynomial. It161 154 signals error for a polynomial with at most one term.")) 162 155
Note:
See TracChangeset
for help on using the changeset viewer.