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 3228


Ignore:
Timestamp:
2015-06-22T20:02:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3130 r3228  
    2121
    2222(defpackage "POLYNOMIAL"
    23   (:use :cl :utils :ring :monom :order :term :poly :infix)
     23  (:use :cl :utils :ring :monom :order :term :polynomial :infix)
    2424  (:export "SYMBOLIC-POLY")
    2525  (:documentation "Implements symbolic polynomials. A symbolic polynomial
Note: See TracChangeset for help on using the changeset viewer.