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 4365


Ignore:
Timestamp:
2016-06-06T18:18:59-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4346 r4365  
    106106                         (stream t)
    107107                         (order #'lex>)
    108                          (coefficient-class 'rational-field))
     108                         (coefficient-class *coefficient-class*))
    109109  "Reads an expression in prefix form from a stream STREAM.
    110110The expression read from the strem should represent a polynomial or a
     
    117117                     &optional
    118118                       (order #'lex>)
    119                        (coefficient-class 'rational-field))
     119                       (coefficient-class *coefficient-class*))
    120120  "Converts a string STR to a polynomial in variables VARS."
    121121  (with-input-from-string (s str)
     
    141141                      &optional
    142142                        (order #'lex>)
    143                         (coefficient-class 'rational-field))
     143                        (coefficient-class *coefficient-class*))
    144144  "Convert a string STR representing a polynomial or polynomial list to
    145145an association list (... (MONOM . COEFF) ...)."
Note: See TracChangeset for help on using the changeset viewer.