Tagged Questions
7
votes
3answers
6k views
Handling very large numbers in Python
I've been considering fast poker hand evaluation in Python. It occurred to me that one way to speed the process up would be to represent all the card faces and suits as prime numbers and multiply them ...
2
votes
2answers
231 views
complex numbers in python
hi all
is there some library for large precision complex numbers in python?