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 1105


Ignore:
Timestamp:
2015-06-10T10:01:14-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1104 r1105  
    366366
    367367(defun string->poly (str vars)
    368   "Reads an expression in prefix form from a string STR.
    369 If the expression represents a polynomial or a list of polynomials in variables VARS then
    370 the polynomial or list of polynomials is returned."
     368  "Converts a string STR to a polynomial in variables VARS"
    371369  (with-input-from-string (s str)
    372370    (read-poly vars :stream s)))
Note: See TracChangeset for help on using the changeset viewer.