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 2618


Ignore:
Timestamp:
2015-06-20T02:00:05-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-monom.lisp

    r2617 r2618  
    188188  "Polynomial addition"
    189189  (with-fixture poly-context ()
     190    (print p)(print q)
    190191    (print (add-to p q))
    191192  ))
     
    194195  "Polynomial subtraction"
    195196  (with-fixture poly-context ()
     197    (print p)(print q)
    196198    (print (subtract-from p q))
    197199  ))
Note: See TracChangeset for help on using the changeset viewer.