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 3129


Ignore:
Timestamp:
2015-06-22T10:24:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3127 r3129  
    2121
    2222(defpackage "POLYNOMIAL"
    23   (:use :cl :utils :ring :monom :order :term #| :infix |# )
     23  (:use :cl :utils :ring :monom :order :term)
    2424  (:export "POLY"
    2525           "POLY-TERMLIST"
     
    3131           "SATURATION-EXTENSION"
    3232           "ALIST->POLY")
    33   (:documentation "Implements polynomials"))
     33  (:documentation "Implements polynomials."))
    3434
    3535(in-package :polynomial)
Note: See TracChangeset for help on using the changeset viewer.