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-27T17:19:47-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3421 r3422  
    114114               ;; Negative power means division in coefficient ring
    115115               ;; Non-integer power means non-polynomial coefficient
    116                (coerce-coeff ring expr vars))
     116               expr)
    117117              (t (r-expt (p-eval (cadr expr)) (caddr expr)))))
    118118           (otherwise
    119             (coerce-coeff ring expr vars))))))))
     119            expr)))))))
    120120
    121121#|
Note: See TracChangeset for help on using the changeset viewer.