We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48da11 commit 183e21fCopy full SHA for 183e21f
src/sage/modular/arithgroup/farey_symbol.pyx
@@ -47,7 +47,6 @@ from sage.structure.richcmp cimport richcmp_not_equal
47
48
cdef extern from "sl2z.hpp":
49
cppclass cpp_SL2Z "SL2Z":
50
- mpz_class a, b, c, d
51
cpp_SL2Z(int, int, int, int)
52
cpp_SL2Z(mpz_class, mpz_class, mpz_class, mpz_class)
53
mpz_class a()
0 commit comments