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 2400ee1 commit 0dde0f9Copy full SHA for 0dde0f9
src/sage/interfaces/gp.py
@@ -615,7 +615,7 @@ def _next_var_name(self):
615
The vector of results is correctly resized when the stack has
616
to be enlarged during this operation::
617
618
- sage: g = Gp(stacksize=10^4,init_list_length=12000) # long time
+ sage: g = Gp(stacksize=3*10^6,init_list_length=12000) # long time
619
sage: for n in [1..13000]: # long time
620
....: a = g(n)
621
sage: g('length(sage)') # long time
0 commit comments