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-05-31T19:16:37-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4045 r4069  
    228228  (cond ((endp factors) 1)
    229229        ((endp (rest factors)) (first factors))
    230         (t (reduce #'multiply-2 factors :initial-value 1))))
     230        (t (reduce #'multiply-2 factors))))
    231231
    232232(defgeneric unary-inverse (self)
Note: See TracChangeset for help on using the changeset viewer.