]> www.ginac.de Git - cln.git/blob - src/modinteger/cl_MI.h
Avoid some "suggest explicit braces to avoid ambiguous ‘else’" warnings.
[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 "cln/modinteger.h"
7
8 namespace cln {
9
10 extern cl_composite_condition* cl_notify_composite (const cl_modint_ring& R, const cl_I& nonunit);
11
12 }  // namespace cln
13
14 #endif /* _CL_MI_H */