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 3369


Ignore:
Timestamp:
2015-08-27T06:05:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3368 r3369  
    162162(defun read-poly (vars &key
    163163                         (stream t)
    164                          (ring +ring-of-integers+)
    165164                         (order #'lex>))
    166165  "Reads an expression in prefix form from a stream STREAM.
     
    169168polynomial or list of polynomials is returned, with terms in each
    170169polynomial ordered according to monomial order ORDER."
    171   (poly-eval (read-infix-form :stream stream) vars ring order))
     170  (poly-eval (read-infix-form :stream stream) vars order))
    172171
    173172(defun string->poly (str vars
    174173                     &optional
    175                        (ring +ring-of-integers+)
    176174                       (order #'lex>))
    177175  "Converts a string STR to a polynomial in variables VARS."
Note: See TracChangeset for help on using the changeset viewer.