Changeset 1817 for branches/f4grobner
- Timestamp:
- 2015-06-15T13:07:43-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1816 r1817 400 400 "Adds two polynomials P and Q") 401 401 402 #| 403 (define-op ($poly_subtract poly-sub (p q)) 402 (define-op $poly_subtract (poly-sub :ring-and-order p q)) 404 403 "Subtracts a polynomial Q from P.") 405 404 406 (define-op ($poly_multiply poly-mul (p q))405 (define-op $poly_multiply (poly-mul :ring-and-order p q) 407 406 "Returns the product of polynomials P and Q.") 408 407
Note:
See TracChangeset
for help on using the changeset viewer.