Changeset 1008 for branches/f4grobner
- Timestamp:
- 2015-06-10T06:26:45-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/parse.lisp
r1007 r1008 109 109 (scalar-times-poly ring (common-lisp:/ q) p))) 110 110 111 (defun $poly-expt ( p l n order ring)111 (defun $poly-expt (ring-and-order p l n) 112 112 "Raise polynomial P, which is a polynomial in internal 113 113 representation or a numeric constant, to power L. If P is a number,
Note:
See TracChangeset
for help on using the changeset viewer.