We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba14e commit adeb761Copy full SHA for adeb761
src/flint/flintlib/types/gr.pxd
@@ -8,9 +8,15 @@ from flint.flintlib.types.flint cimport (
8
cdef extern from *:
9
"""
10
/*
11
- * The following functions were introduced in FLINT 3.2.0
+ * The following functions were introduced in FLINT 3.1.0
12
*/
13
+ #if __FLINT_RELEASE < 30100
14
+ #define gr_div_nonunique(res, x, y, ctx) GR_UNABLE
15
+ #endif
16
17
+ /*
18
+ * The following functions were introduced in FLINT 3.2.0
19
+ */
20
#if __FLINT_RELEASE < 30200
21
#define gr_min(res, x, y, ctx) GR_UNABLE
22
#define gr_max(res, x, y, ctx) GR_UNABLE
0 commit comments