close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3781


Ignore:
Timestamp:
2016-05-27T19:25:58-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3780 r3781  
    488488  (scalar-multiply-by (copy-instance object2) object1))
    489489
    490 (defun make-poly-variable (nvars pos pow)
    491   (change-class (make-monom-variable nvars pos pow) 'poly))
     490(defun make-poly-variable (nvars pos &optional (power 1))
     491  (change-class (make-monom-variable nvars pos power) 'poly))
    492492
    493493(defgeneric universal-expt (x y)
Note: See TracChangeset for help on using the changeset viewer.