- Timestamp:
- 2015-09-13T23:42:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3721 r3736 486 486 (scalar-multiply-by (copy-instance object2) object1)) 487 487 488 (defun make-poly-variable (vars pos) 489 (change-class (make-monom-variable (length vars) pos) 'poly)) 490 491 488 492 (defgeneric universal-expt (x y) 489 493 (:documentation "Raises X to power Y.")
Note:
See TracChangeset
for help on using the changeset viewer.