Changeset 1819 for branches/f4grobner/mx-grobner.lisp
- Timestamp:
- 2015-06-15T13:12:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1818 r1819 381 381 (:ring-and-order 'ring-and-order) 382 382 (:ring 'ring)))) 383 "Define a MAXIMA-level unary operator MAXIMA-NAME corresponding to unary function FUN-NAME." 383 "Define a MAXIMA-level unary operator MAXIMA-NAME corresponding to unary function FUN-NAME. 384 The second argument should be :RING or :RING-AND-ORDER, and it signals the type of the first 385 argument that should be passed to function FUN-NAME. ARGS is a list of formal parameters 386 passed to the function, i.e. symbols used as arguments." 384 387 `(defmfun ,maxima-name (,@args vars) 385 388 ,@(when documentation-supplied-p (list documentation))
Note:
See TracChangeset
for help on using the changeset viewer.