repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_pw_qpolynomial_sum: check for unbounded domains
[barvinok.git]
/
binomial.h
blob
d93c0bba91b22509c8f945f2bc04dc86bb78cebc
1
#include <barvinok/polylib.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
Value
*
binomial
(
unsigned
n
,
unsigned
k
);
8
Value
*
factorial
(
unsigned
n
);
9
10
#if defined(__cplusplus)
11
}
12
#endif