- Timestamp:
- 2016-05-28T12:11:54-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3837 r3838 209 209 210 210 (defgeneric poly->string (self &optional vars) 211 (:documentation "Render symbolic polynomialas a string, using symbolic variables VARS.")211 (:documentation "Render polynomial SELF as a string, using symbolic variables VARS.") 212 212 (:method ((self symbolic-poly) &optional (vars (symbolic-poly-vars self))) 213 213 (infix-print (->infix self vars))))
Note:
See TracChangeset
for help on using the changeset viewer.