Changeset 3741 for branches/f4grobner
- Timestamp:
- 2016-05-27T16:05:51-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3737 r3741 487 487 (scalar-multiply-by (copy-instance object2) object1)) 488 488 489 (defun make-poly-variable ( vars pos)490 (change-class (make-monom-variable (length vars)pos) 'poly))489 (defun make-poly-variable (nvars pos) 490 (change-class (make-monom-variable nvars pos) 'poly)) 491 491 492 492
Note:
See TracChangeset
for help on using the changeset viewer.