]> www.ginac.de Git - cln.git/blob - src/integer/misc/cl_BN_class.cc
* include/cln/number.h (As): Fix it in namespace by suffixing `_As'
[cln.git] / src / integer / misc / cl_BN_class.cc
1 // cl_class_bignum.
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/integer.h"
8
9
10 // Implementation.
11
12 namespace cln {
13
14 cl_class cl_class_bignum = {
15         NULL,           // empty destructor
16         cl_class_flags_subclass_complex | cl_class_flags_subclass_real | cl_class_flags_subclass_rational
17 };
18
19 }  // namespace cln