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 1820


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

* empty log message *

File:
1 edited

Legend:

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

    r1819 r1820  
    382382                                  (:ring 'ring))))
    383383  "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."
     384The second argument should be :RING or :RING-AND-ORDER, and it signals
     385the type of the first argument that should be passed to function
     386FUN-NAME. ARGS is a list of formal parameters passed to the function,
     387i.e. symbols used as arguments. The macro expands to a Maxima-level
     388function definition with name MAXIMA-NAME, which wraps FUN-NAME."
    387389  `(defmfun ,maxima-name (,@args vars)
    388390     ,@(when documentation-supplied-p (list documentation))
Note: See TracChangeset for help on using the changeset viewer.