Changeset 1097 for branches/f4grobner
- Timestamp:
 - 2015-06-10T09:47:52-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r1095 r1097 365 365 (poly-eval (read-infix-form :stream stream) vars)) 366 366 367 (defun read-poly-from-string (str ingvars)368 "Reads an expression in prefix form from a string STR ING.367 (defun read-poly-from-string (str vars) 368 "Reads an expression in prefix form from a string STR. 369 369 If the expression represents a polynomial or a list of polynomials in variables VARS then 370 370 the polynomial or list of polynomials is returned." 371 (with-input-from-string (s str ing)371 (with-input-from-string (s str) 372 372 (read-poly vars :stream s))) 373 373  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  