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 3617


Ignore:
Timestamp:
2015-09-05T20:10:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3616 r3617  
    570570
    571571(defgeneric universal-zerop (self)
     572  (:documentation "Return T iff SELF is zero.")
     573  (:method ((self number) (zerop self)))
    572574  (:method ((self term))
    573575    (universal-zerop (term-coeff self))))
Note: See TracChangeset for help on using the changeset viewer.