- Timestamp:
- 2016-05-28T13:29:04-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3843 r3853 208 208 (every #'poly-equal-no-sugar-p p q)) 209 209 210 (defmethod ->infix :around ((self symbolic-poly) &optional (vars (symbolic-poly-vars self))) 211 (call-next-method vars)) 212 210 213 (defgeneric poly->string (self &optional vars) 211 214 (:documentation "Render polynomial SELF as a string, using symbolic variables VARS.")
Note:
See TracChangeset
for help on using the changeset viewer.