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 18 for trunk


Ignore:
Timestamp:
2012-06-05T12:53:36-07:00 (12 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grobner.lisp

    r17 r18  
    20982098                             (p (parse-poly p vars)))
    20992099     ,@(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)))
    21012101
    21022102(defmacro define-binop (maxima-name fun-name
     
    21092109                             (q (parse-poly q vars)))
    21102110     ,@(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)))
    21122112
    21132113
Note: See TracChangeset for help on using the changeset viewer.