[docs] [issue26256] Fast decimalisation and conversion to other bases
Raymond Hettinger
report at bugs.python.org
Wed Aug 23 20:43:30 EDT 2017
Raymond Hettinger added the comment:
A couple of thoughts:
* It is okay to add a couple lines to the decimal module docs noting a Cpython specific implementation detail that it uses better than expected algorithms which can payoff nicely when used with very large numbers.
* Mersenne prime examples and whatnot belong external to our docs. I usually put my recipes and examples on the ASPN Python Cookbook. http://code.activestate.com/recipes/langs/python/
----------
nosy: +rhettinger
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26256>
_______________________________________
More information about the docs
mailing list