Macaulay2 Engine
Loading...
Searching...
No Matches
flint.h
Go to the documentation of this file.
1#ifndef _flint_h_
2# define _flint_h_
3
35
36# include "engine-includes.hpp"
37
41
42# if defined(__cplusplus)
43extern "C" {
44# endif
45
47
49
50gmp_arrayZZ rawZZfactor(gmp_ZZ a);
51
52# if defined(__cplusplus)
53}
54# endif
55
56#endif /* _flint_h_ */
57
58// Local Variables:
59// indent-tabs-mode: nil
60// End:
Engine-wide include prelude — a single point of truth for portability shims.
gmp_arrayZZ rawZZfactor(gmp_ZZ a)
Definition flint.cpp:46
M2_bool rawZZisPrime(gmp_ZZ a)
Definition flint.cpp:18
M2_bool rawZZisProbablePrime(gmp_ZZ a)
Definition flint.cpp:32
char M2_bool
Definition m2-types.h:82
mpz_srcptr gmp_ZZ
Definition m2-types.h:141