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