]> www.ginac.de Git - cln.git/blob - include/cln/complex_ring.h
ea7ca98d8f795397ff1d55c380ecc6f8751cbab8
[cln.git] / include / cln / complex_ring.h
1 // Built-in complex number ring.
2
3 #ifndef _CL_COMPLEX_RING_H
4 #define _CL_COMPLEX_RING_H
5
6 #include "cln/ring.h"
7 #include "cln/complex_class.h"
8
9 namespace cln {
10
11 typedef cl_specialized_number_ring<cl_N> cl_complex_ring;
12 extern const cl_complex_ring cl_C_ring;         // math. C
13 extern cl_class cl_class_complex_ring;
14 //CL_REQUIRE(cl_C_ring)
15
16 }  // namespace cln
17
18 #endif /* _CL_COMPLEX_RING_H */