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 4538 for branches


Ignore:
Timestamp:
2016-06-18T13:51:56-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/slow-add.lisp

    r4537 r4538  
    3737
    3838(defun s-add (p q order-fn add-fn &aux result)
    39   "Non-recursive version of SLOW-ADD."
     39  "Non-recursive version of SLOW-ADD. This version uses auxillary variable
     40RESULT which serves as a stack for the terms of the sum of P and Q."
    4041  (loop
    4142     (cond
Note: See TracChangeset for help on using the changeset viewer.