close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1097


Ignore:
Timestamp:
2015-06-10T09:47:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1095 r1097  
    365365  (poly-eval (read-infix-form :stream stream) vars))
    366366
    367 (defun read-poly-from-string (string vars)
    368   "Reads an expression in prefix form from a string STRING.
     367(defun read-poly-from-string (str vars)
     368  "Reads an expression in prefix form from a string STR.
    369369If the expression represents a polynomial or a list of polynomials in variables VARS then
    370370the polynomial or list of polynomials is returned."
    371   (with-input-from-string (s string)
     371  (with-input-from-string (s str)
    372372    (read-poly vars :stream s)))
    373373 
Note: See TracChangeset for help on using the changeset viewer.