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 1415


Ignore:
Timestamp:
2015-06-12T00:48:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1414 r1415  
    8585  (is (= (summation i (i 0 100)) 5050)))
    8686
     87(test inner-product
     88  "summation"
     89  (is (= (inner-product '(1 2 3) '(4 5 6)) 32)))
     90
    8791(test monom
    8892  "monom"
Note: See TracChangeset for help on using the changeset viewer.