- Timestamp:
- 2016-05-28T13:34:35-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3854 r3855 209 209 210 210 (defmethod ->infix :around ((self symbolic-poly) &optional (vars (symbolic-poly-vars self))) 211 "Conert a symbolic polynomial SELF to infix form, using variables VARS. The default 212 value of VARS is the corresponding slot value of SELF." 211 213 (call-next-method self vars)) 212 214
Note:
See TracChangeset
for help on using the changeset viewer.