Changeset 3780 for branches/f4grobner
- Timestamp:
- 2016-05-27T19:25:29-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3779 r3780 488 488 (scalar-multiply-by (copy-instance object2) object1)) 489 489 490 (defun make-poly-variable (nvars pos) 491 (change-class (make-monom-variable nvars pos) 'poly)) 492 490 (defun make-poly-variable (nvars pos pow) 491 (change-class (make-monom-variable nvars pos pow) 'poly)) 493 492 494 493 (defgeneric universal-expt (x y)
Note:
See TracChangeset
for help on using the changeset viewer.