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.

Ignore:
Timestamp:
2016-05-28T23:15:58-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3893 r3894  
    108108             ;;Special handling of (expt var pow)
    109109             (let ((pos (position (cadr expr) vars :test #'equalp)))
    110                (change-class (make-poly-variable (length vars) pos (caddr expr)) 'symbolic-poly :vars vars)))
     110               (make-poly-variable (length vars) pos (caddr expr)) 'symbolic-poly :vars vars))
    111111            ((not (and (integerp (caddr expr)) (plusp (caddr expr))))
    112112             ;; Negative power means division in coefficient ring
Note: See TracChangeset for help on using the changeset viewer.