- Timestamp:
- 2015-06-10T19:28:35-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/term.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/term.lispr1150 r1154 69 69 70 70 (defun term->cons (term) 71 "A readable representation of a term as a cons (MONOM . COEFF)."71 "A human-readable representation of a term as a cons (MONOM . COEFF)." 72 72 (cons (monom->list (term-monom term)) (term-coeff term))) 73 73 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
