- Timestamp:
- 2016-06-04T20:07:32-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ring.lisp
r4246 r4248 60 60 (:documentation "Set SELF value to GCD(SELF, OTHER)")) 61 61 62 (defgeneric universal-ezgcd (x y) 63 (:documentation "Solves the diophantine system: X=C*X1, Y=C*X2, 64 C=GCD(X,Y). It returns C, X1 and Y1. The result may be obtained by 65 the Euclidean algorithm.")) 66 62 67 (defgeneric universal-equalp (self other) 63 68 (:documentation "Return T if objects SELF and OTHER are equal, NIL otherwise.") … … 69 74 (defgeneric ->sexp (self &optional vars) 70 75 (:documentation "Convert SELF to an S-expression.")) 76
Note:
See TracChangeset
for help on using the changeset viewer.