- Timestamp:
- 2015-06-15T12:41:52-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/mx-grobner.lisp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/mx-grobner.lispr1803 r1804 372 372 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 373 373 374 (defmacro define-unop ( maxima-name fun-name374 (defmacro define-unop ((maxima-name fun-name) 375 375 &optional (documentation nil documentation-supplied-p)) 376 376 "Define a MAXIMA-level unary operator MAXIMA-NAME corresponding to unary function FUN-NAME." … … 380 380 (,fun-name ring-and-order p)))) 381 381 382 (defmacro define-binop ( maxima-name fun-name382 (defmacro define-binop ((maxima-name fun-name) 383 383 &optional (documentation nil documentation-supplied-p)) 384 384 "Define a MAXIMA-level binary operator MAXIMA-NAME corresponding to binary function FUN-NAME." 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
