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:
2015-08-27T08:56:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3393 r3394  
    116116               ;; Non-integer power means non-polynomial coefficient
    117117               (coerce-coeff ring expr vars))
    118               (t (poly-expt ring-and-order (p-eval (cadr expr)) (caddr expr)))))
     118              (t (r-expt (p-eval (cadr expr)) (caddr expr)))))
    119119           (otherwise
    120120            (coerce-coeff ring expr vars))))))))
Note: See TracChangeset for help on using the changeset viewer.