On 01/07/2013 07:32 PM, Volker Braun wrote:
sage: %prun p = polar_plot(lambda t:
(100/(100+(t-pi/2)^8))*(2-sin(7*t)-cos(30*t)/2), -pi/4, 3*pi/2,
color="red",plot_points=1000)
2544974 function calls (2497467 primitive calls) in 17.118 seconds
Ordered by: internal time
ncalls tottime percall cumtime percall filename:lineno(function)
88458 7.135 0.000 11.221 0.000 arith.py:1439(gcd)
The ticket that affected gcd is #13014.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.