Changeset 749 for branches/f4grobner
- Timestamp:
- 2015-06-08T20:56:39-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r747 r749 111 111 of variables may be specified with arguments START and END." 112 112 (declare (type monom m) (fixnum start end)) 113 (monom-total-degree (monom-exponents m)start end))113 (monom-total-degree m start end)) 114 114 115 115 (defun monom-div (m1 m2 &aux (result (copy-structure m1)))
Note:
See TracChangeset
for help on using the changeset viewer.