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 3780


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3779 r3780  
    488488  (scalar-multiply-by (copy-instance object2) object1))
    489489
    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))
    493492
    494493(defgeneric universal-expt (x y)
Note: See TracChangeset for help on using the changeset viewer.