sage: def test3(N,A=2**70):
....:     for a in range(1,N):
....:         e=EllipticCurve([A,0])
....:         m=e.root_number()
....:
sage: test3(10^4)
sage: pari.getheap()
[7, 289]

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAGUWgD9txbNNFitL_e%3DBRsPn-oZ2FZPeYZ0Vq7c3d_s5SDFA9g%40mail.gmail.com.

Reply via email to