On Mon, Jun 21, 2010 at 9:54 PM, John Connor
<john.theman.con...@gmail.com> wrote:
> Hello all,
> I was wondering how sympy handles numbers with different bases
> (positional notation)?  I would like to be able to convert a number
> from any base to any base, but because 'base' means so many different
> things in different contexts searching the docs / source has been
> fruitless.  I am currently abusing pythons int(x[, base]) function,
> but it only works with bases up to 32, and I need to be able to use
> arbitrarily large bases.  Can sympy do this?  If someone could just
> point me in the right direction with the source or docs I would
> appreciate it very much.

Is this just a printing issue? And a way to create new integers?

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to