sage: N = 5^1000 sage: R = Integers(N) sage: S.<x> = PolynomialRing(R) sage: v = R(37) sage: f = S([v])
Am I correct in saying that with the current codebase, the last line in the above code is converting v to a ZZ_pX via a decimal string? david --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---