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 4351


Ignore:
Timestamp:
2016-06-06T17:34:10-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4350 r4351  
    101101MORE-FACTORS, using MULTIPLY-BY to multiply two factors. Thus
    102102FACTOR may be destructively modified.")
    103   (:method ((factor t) & rest more-factors)
     103  (:method ((factor t) &rest more-factors)
    104104    (reduce #'multiply-by more-factors :initial-value (copy-instance factor))))
    105105
Note: See TracChangeset for help on using the changeset viewer.