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 4230


Ignore:
Timestamp:
2016-06-04T18:55:53-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4228 r4230  
    4646  (:documentation "Subtract OTHER from SELF."))
    4747
     48(defgeneric unary-minus (self)
     49  (:documentation "Return negative of SELF."))
     50
    4851(defgeneric universal-ezgcd (self other)
    4952  (:documentation "Set SELF value to GCD(SELF, OTHER)"))
     
    5659  (:documentation "Return T if SELF is a zero in the ring it belongs to."))
    5760
    58 (defgeneric ->sexp (self)
     61(defgeneric ->sexp (self &optional vars)
    5962  (:documentation "Convert SELF to an S-expression."))
Note: See TracChangeset for help on using the changeset viewer.