]> www.ginac.de Git - cln.git/blob - include/cl_complex_ring.h
Distinguish between cl_word_size and the ABI's pointer size.
[cln.git] / include / cl_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 "cl_ring.h"
7 #include "cl_complex_class.h"
8
9 typedef cl_specialized_number_ring<cl_N> cl_complex_ring;
10 extern const cl_complex_ring cl_C_ring;         // math. C
11 extern cl_class cl_class_complex_ring;
12 //CL_REQUIRE(cl_C_ring)
13
14 #endif /* _CL_COMPLEX_RING_H */