- Timestamp:
- 2015-09-05T15:36:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3531 r3532 487 487 (print-unreadable-object (self stream :type t :identity t) 488 488 (with-accessors ((exponents monom-exponents) 489 (coeff scalar-coeff))489 (coeff term-coeff)) 490 490 self 491 491 (format stream "EXPONENTS=~A COEFF=~A"
Note:
See TracChangeset
for help on using the changeset viewer.