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 1123


Ignore:
Timestamp:
2015-06-10T15:18:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1122 r1123  
    289289             ;; TODO: Make this work
    290290             (let ((num (p-eval (cadr expr)))
    291                    (denom-inverse (funcall (ring-div ring) (list* '/ (ring-unit ring) (cddr expr)))))
     291                   (denom-inverse (apply (ring-div ring) (list* '/ (ring-unit ring) (cddr expr)))))
    292292               (scalar-times-poly ring denom-inverse num)))))
    293293         (expt
Note: See TracChangeset for help on using the changeset viewer.