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 1091


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1090 r1091  
    325325  (reduce (ring-gcd ring) (mapcar #'term-coeff (rest (poly-termlist p))) :initial-value (poly-lc p)))
    326326
    327 (defun read-infix-form (&stream (stream t))
     327(defun read-infix-form (&key (stream t))
    328328  "Parser of infix expressions with integer/rational coefficients
    329329The parser will recognize two kinds of polynomial expressions:
Note: See TracChangeset for help on using the changeset viewer.