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.

Thanks,
--Connor

-- 
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