Hello, Currently, there is no support for the conversion of Python types (int, long, float, complex) to PARI. This means that strings are used for the conversion. First of all, this means that conversion from complex types is broken because PARI does not understand "2j". Second, using strings is inefficient and less precise (in the case of floats).
See http://trac.sagemath.org/sage_trac/ticket/11952 Jeroen. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org