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 3799


Ignore:
Timestamp:
2016-05-27T22:27:26-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3798 r3799  
    222222(defun multiply (&rest factors)
    223223  "Non-destructively multiply list FACTORS."
    224   (reduce #'multiply-2 factors))
     224  (reduce #'multiply-2 factors :initial-value 1))
    225225
    226226(defun divide (numerator &rest denominators)
Note: See TracChangeset for help on using the changeset viewer.