[Home]
[
prev
] [
up
] [
next
] ((test/multinom.as))
26
Test MultinomialTools
26.1
An Auxiliary Naive Implementation
26.2
Test binomial
26.3
Test multinomial
In this file we test
src/multinom.as
.nw
.
669
⟨
*
13
⟩
+
≡
⊲
660
676
⊳
-------------------------------------------------------------------
----
----
Combinat
----
Copyright
(C)
Ralf
Hemmecke
<ralf@hemmecke.de>
----
svn
co
svn://svn.risc.uni-linz.ac.at/hemmecke/combinat/
----
-------------------------------------------------------------------
#assert
DontNeedLibraryTestCases
#include
"testcases"
TestMultinomialTools
:
TestCaseType
with
{
#include
"multinom.signatures.as"
}
==
add
{
import
from
TestCaseTools;
macro
exquo
(x,
y)
==
x
quo
y;
⟨
auxiliary
628
⟩
⟨
test binomial
671
⟩
⟨
test multinomial
673a
⟩
}
Defines:
TestMultinomialTools
, never used.
Uses
exquo
365
.
[Home]
[
prev
] [
up
] [
next
] ((test/multinom.as))