- Timestamp:
- 2016-05-28T13:29:33-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3853 r3854 209 209 210 210 (defmethod ->infix :around ((self symbolic-poly) &optional (vars (symbolic-poly-vars self))) 211 (call-next-method vars))211 (call-next-method self vars)) 212 212 213 213 (defgeneric poly->string (self &optional vars)
Note:
See TracChangeset
for help on using the changeset viewer.