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 3240


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

* empty log message *

File:
1 edited

Legend:

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

    r3239 r3240  
    2323  (:use :cl :utils :ring :monom :order :term :polynomial :infix)
    2424  (:export "SYMBOLIC-POLY")
    25   (:documentation "Implements symbolic polynomials. A symbolic polynomial
    26 is and object which uses symbolic variables for reading and printing in standard
    27 human-readable (infix) form."))
     25  (:documentation "Implements symbolic polynomials. A symbolic
     26polynomial is and object which uses symbolic variables for reading and
     27printing in standard human-readable (infix) form."))
    2828
    2929(in-package :symbolic-polynomial)
Note: See TracChangeset for help on using the changeset viewer.