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 1145


Ignore:
Timestamp:
2015-06-10T19:17:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1144 r1145  
    382382     ")")))
    383383       
    384 (defun read-poly (vars &key (stream t) (ring *ring-of-integers*) (order #'lex>))
     384(defun read-poly (vars &key
     385                         (stream t)
     386                         (ring *ring-of-integers*)
     387                         (order #'lex>))
    385388  "Reads an expression in prefix form from a stream STREAM.
    386389The expression read from the strem should represent a polynomial or a
Note: See TracChangeset for help on using the changeset viewer.