- Timestamp:
- 2016-06-04T18:55:53-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r4228 r4230 46 46 (:documentation "Subtract OTHER from SELF.")) 47 47 48 (defgeneric unary-minus (self) 49 (:documentation "Return negative of SELF.")) 50 48 51 (defgeneric universal-ezgcd (self other) 49 52 (:documentation "Set SELF value to GCD(SELF, OTHER)")) … … 56 59 (:documentation "Return T if SELF is a zero in the ring it belongs to.")) 57 60 58 (defgeneric ->sexp (self )61 (defgeneric ->sexp (self &optional vars) 59 62 (:documentation "Convert SELF to an S-expression."))
Note:
See TracChangeset
for help on using the changeset viewer.