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 2463


Ignore:
Timestamp:
2015-06-19T10:40:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2462 r2463  
    7575(defgeneric second-leading-coefficient (object)
    7676  (:method ((self poly))
    77     (term-coeff (second-leading-term self))))
     77    (r-coeff (second-leading-term self))))
    7878
    7979;; Testing for a zero polynomial
Note: See TracChangeset for help on using the changeset viewer.