- Timestamp:
- 2015-06-15T18:04:50-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1911 r1912 398 398 "Divide polynomial P with integer coefficients by gcd of its 399 399 coefficients and return the result." 400 (declare (type poly p))400 (declare (type ring ring) (type poly p)) 401 401 (if (poly-zerop p) 402 402 (values p 1)
Note:
See TracChangeset
for help on using the changeset viewer.