- Timestamp:
- 2012-06-05T12:53:36-07:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grobner.lisp
r17 r18 2098 2098 (p (parse-poly p vars))) 2099 2099 ,@(when documentation-supplied-p (list documentation)) 2100 ( $ratdisrep (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p) vars))))2100 (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p) vars))) 2101 2101 2102 2102 (defmacro define-binop (maxima-name fun-name … … 2109 2109 (q (parse-poly q vars))) 2110 2110 ,@(when documentation-supplied-p (list documentation)) 2111 ( $ratdisrep (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p q) vars))))2111 (coerce-to-maxima :polynomial (,fun-name *maxima-ring* p q) vars))) 2112 2112 2113 2113
Note:
See TracChangeset
for help on using the changeset viewer.