On 2015-11-09 08:06, P Purkayastha wrote: > [...] so that everything gets coerced to Sage > integers, irrespective of the input: > > Q = Integer(q)
FYI, this is a conversion; use Q = ZZ.coerce(q) instead. Daniel -- You received this message because you are subscribed to the Google Groups "sage-support" 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-support. For more options, visit https://groups.google.com/d/optout.
