arbitrary long integer aritmetics
Ben Finney
bignose-hates-spam at and-zip-does-too.com.au
Wed Jul 2 02:57:00 EDT 2003
On Wed, 2 Jul 2003 16:46:38 +1000, Leo wrote:
> is there a python module around allow using arbitrary long integers?
The 'mpz' module provides an interface to the GNU MultiPrecision maths
library:
<http://www.python.org/doc/lib/module-mpz.html>
but is currently deprecated. The above URL gives references to
development on replacement multiprecision interfaces currently in
development.
--
\ "Judge: A law student who marks his own papers." -- Henry L. |
`\ Mencken |
_o__) |
http://bignose.squidly.org/ 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B
More information about the Python-list
mailing list