Kiran Kedlaya
unread,Mar 26, 2013, 1:46:41 PM3/26/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sag...@googlegroups.com
I was somewhat surprised to discover that such standard arithmetic
functions of integers as number_of_divisors, moebius, partitions, and
the like are only available as standalone functions, rather than methods
on the class of Sage integers. That is, number_of_divisors(n) works but
n.number_of_divisors() does not.
This is annoying for those of us who like to use tab completion to
detect functions applicable to a given object. Is there an existing trac
ticket for this issue?
Kiran