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.

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

* empty log message *

File:
1 edited

Legend:

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

    r3372 r3373  
    2222(defpackage "SYMBOLIC-POLYNOMIAL"
    2323  (:use :cl :utils :ring :monom :order :term :polynomial :infix)
    24   (:export "SYMBOLIC-POLY" "READ-INFIX-FORM" "STRING->POLY")
     24  (:export "SYMBOLIC-POLY" "READ-INFIX-FORM" "STRING->POLY" "+LIST-MARKER+")
    2525  (:documentation "Implements symbolic polynomials. A symbolic
    2626polynomial is and object which uses symbolic variables for reading and
Note: See TracChangeset for help on using the changeset viewer.