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 2084


Ignore:
Timestamp:
2015-06-17T19:33:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2083 r2084  
    253253        (make-instance 'monom :dim dim :exponents exponents)))))
    254254
    255 (defmethod depends-on-variable-p ((m monom) k)
     255(defmethod depends-p ((m monom) k)
    256256  "Return T if the monomial M depends on variable number K."
    257257  (declare (type fixnum k))
Note: See TracChangeset for help on using the changeset viewer.