]> www.ginac.de Git - cln.git/blob - src/modinteger/cl_MI.h
19ec66e80e78b4825098674c6bf2d5bad68a9a3b
[cln.git] / src / modinteger / cl_MI.h
1 // Private modular integer operations.
2
3 #ifndef _CL_MI_H
4 #define _CL_MI_H
5
6 #include "cl_modinteger.h"
7
8 extern cl_composite_condition* cl_notify_composite (const cl_modint_ring& R, const cl_I& nonunit);
9
10 #endif /* _CL_MI_H */