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 e591de4 commit 344018dCopy full SHA for 344018d
cypari2/gen.pyx
@@ -1927,7 +1927,6 @@ cdef class Gen(Gen_base):
1927
"""
1928
# TODO: deprecate
1929
cdef long n
1930
- cdef Gen t
1931
1932
if typ(self.g) != t_VEC and typ(self.g) != t_COL:
1933
raise TypeError("Object (=%s) must be of type t_VEC or t_COL." % self)
@@ -2703,7 +2702,6 @@ cdef class Gen(Gen_base):
2703
2702
>>> pari('(2.4*x^2 - 1.7)/x').truncate()
2704
2.40000000000000*x
2705
2706
- cdef int n
2707
cdef long e
2708
cdef Gen y
2709
sig_on()
@@ -3116,7 +3114,6 @@ cdef class Gen(Gen_base):
3116
3114
3117
3115
cdef GEN G
3118
cdef long t
3119
- cdef Gen g
3120
3121
if find_root:
3122
t = itos(gissquareall(x.g, &G))
0 commit comments