[Python-ideas] Consider generalizing Decimal to support arbitrary radix
Neil Girdhar
mistersheik at gmail.com
Wed Feb 7 16:49:23 EST 2018
Arbitrary radix comes up every now and then and Decimal already has a
radix() method. It would be nice when initializing a Decimal object to be
able to specify an arbitrary radix>=2.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180207/a512b75d/attachment.html>
More information about the Python-ideas
mailing list