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.

Ignore:
Timestamp:
2015-06-15T13:12:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1818 r1819  
    381381                                  (:ring-and-order 'ring-and-order)
    382382                                  (: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.
     384The second argument should be :RING or :RING-AND-ORDER, and it signals the type of the first
     385argument that should be passed to function FUN-NAME. ARGS is a list of formal parameters
     386passed to the function, i.e. symbols used as arguments."
    384387  `(defmfun ,maxima-name (,@args vars)
    385388     ,@(when documentation-supplied-p (list documentation))
Note: See TracChangeset for help on using the changeset viewer.