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 31dfed7 commit 454c39fCopy full SHA for 454c39f
cypari2/gen.pyx
@@ -3431,7 +3431,7 @@ cdef class Gen(Gen_auto):
3431
<... 'int'>
3432
"""
3433
sig_on()
3434
- cdef GEN g = anell(self.g, n)
+ cdef GEN g = ellan(self.g, n)
3435
if python_ints:
3436
v = [gtolong(gel(g, i+1)) for i in range(glength(g))]
3437
clear_stack()
cypari2/pari_instance.pyx
@@ -1342,7 +1342,7 @@ cdef class Pari(Pari_auto):
1342
1343
if x is None:
1344
1345
- return new_gen(listcreate())
+ return new_gen(mklist())
1346
cdef Gen t0 = objtogen(x)
1347
1348
return new_gen(gtolist(t0.g))
0 commit comments