Changeset 2543 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-19T15:42:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2542 r2543 78 78 (:method ((self poly)) 79 79 (r-coeff (leading-term self))) 80 (:documentation "The leading coefficient of a polynomial. It signals 81 error for a zero polynomial.") 80 (:documentation "The leading coefficient of a polynomial. It signals error for a zero polynomial.") 82 81 83 82 ;; Second coefficient
Note:
See TracChangeset
for help on using the changeset viewer.