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:
2016-06-01T10:33:48-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4096 r4097  
    198198(defun multiply (factor &rest more-factors)
    199199  "Successively multiplies factor FACTOR by the remaining arguments
    200 MORE-FACTORS."
     200MORE-FACTORS, using MULTIPLY-BY to multiply two factors. Thus
     201FACTOR may be destructively modified."
    201202  (reduce #'multiply-by more-factors :initial-value factor))
    202203
Note: See TracChangeset for help on using the changeset viewer.