- Timestamp:
- 2015-08-27T06:04:22-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3367 r3368 22 22 (defpackage "SYMBOLIC-POLYNOMIAL" 23 23 (:use :cl :utils :ring :monom :order :term :polynomial :infix) 24 (:export "SYMBOLIC-POLY" "READ-INFIX-FORM" )24 (:export "SYMBOLIC-POLY" "READ-INFIX-FORM" "STRING->POLY") 25 25 (:documentation "Implements symbolic polynomials. A symbolic 26 26 polynomial is and object which uses symbolic variables for reading and
Note:
See TracChangeset
for help on using the changeset viewer.