]> www.ginac.de Git - cln.git/blob - src/integer/misc/combin/cl_I_combin.h
* */*: Convert encoding from ISO 8859-1 to UTF-8.
[cln.git] / src / integer / misc / combin / cl_I_combin.h
1 // cl_I internals for combinatorial functions
2
3 #ifndef _CL_I_COMBIN_H
4 #define _CL_I_COMBIN_H
5
6 #include "cln/number.h"
7 #include "cln/integer_class.h"
8
9 namespace cln {
10
11 // UP für Fakultät:
12 // Bilde das Produkt prod(a < i <= b, 2*i+1), wobei 0 <= a < b klein.
13 extern const cl_I cl_I_prod_ungerade (uintL a, uintL b);
14
15 }  // namespace cln
16
17 #endif /* _CL_I_COMBIN_H */