On Wed, 12 Feb 2014, [email protected] wrote:

Ah, I see what you mean.  If that's the case then I understand.  How does
one find out if this is true?

In general memory usage is complicated to even define on Linux. However, a quick test

print get_memory_usage()
gamma(3.14159)
print get_memory_usage()
gamma(3.14159+2.71828*I)
print get_memory_usage()

output

901.09375
901.09375
901.671875

which means, I think, that "RR-gamma" does not need additional packages, but using "CC-gamma" uses 579 kB additional memory. Not much, even if multiplied with number of students sitting in computer class.

--
Jori Mäntysalo

--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to