Changeset 3240 for branches/f4grobner
- Timestamp:
- 2015-06-22T20:18:56-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3239 r3240 23 23 (:use :cl :utils :ring :monom :order :term :polynomial :infix) 24 24 (:export "SYMBOLIC-POLY") 25 (:documentation "Implements symbolic polynomials. A symbolic polynomial26 is and object which uses symbolic variables for reading and printing in standard27 human-readable (infix) form."))25 (:documentation "Implements symbolic polynomials. A symbolic 26 polynomial is and object which uses symbolic variables for reading and 27 printing in standard human-readable (infix) form.")) 28 28 29 29 (in-package :symbolic-polynomial)
Note:
See TracChangeset
for help on using the changeset viewer.