Hello Guys ! Just sharing a funny adventure :
I have a function with an argument F that can be a finite field, or an
integer (its cardinality).
try:
my_integer = F.order()
except AttributeError:
my_integer = F
Does it work ?
No, because :
sage: 9.order()
+Infinity
Ahahaha.
Nathann
--
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.