Changeset 1091
- Timestamp:
- 2015-06-10T09:42:01-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/polynomial.lispr1090 r1091 325 325 (reduce (ring-gcd ring) (mapcar #'term-coeff (rest (poly-termlist p))) :initial-value (poly-lc p))) 326 326 327 (defun read-infix-form (& stream(stream t))327 (defun read-infix-form (&key (stream t)) 328 328 "Parser of infix expressions with integer/rational coefficients 329 329 The parser will recognize two kinds of polynomial expressions: 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
