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 1119


Ignore:
Timestamp:
2015-06-10T12:52:21-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1118 r1119  
    281281            ((endp (cddr expr))
    282282             ;; A special case (/ ?), the inverse
    283              (coerce-coeff ring (apply (ring-div ring) (cdr expr))))
     283             (coerce-coeff ring (apply (ring-div ring) (cdr expr)) vars))
    284284            ((endp (cdddr expr))
    285285             (let ((num (p-eval (cadr expr)))
Note: See TracChangeset for help on using the changeset viewer.