- Timestamp:
- 2015-06-10T06:24:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/parse.lisp
r1005 r1006 96 96 (poly-uminus ring (convert-number p n))) 97 97 98 (defun $poly* ( p q n order ring)98 (defun $poly* (ring-and-order p q n) 99 99 "Multiply two polynomials P and Q, where each polynomial is either a 100 100 numeric constant or a polynomial in internal representation. If the
Note:
See TracChangeset
for help on using the changeset viewer.