Has anybody seen such a thing? Small self-sufficient modules are preferred.
|
|
|
|
|
|
|
The fractions module from 2.6 can be ripped out if necessary. Grab fractions.py, numbers.py, and abc.py; all pure python modules. |
||
|
|
|
One more thing to try is Rat.py from demo folder in Python 2.5 maintenance branch. If i understand correctly, it is the daddy of 2.6
UPDATE: Nah, |
|||
|
|
|
|
SymPy is a symbolic maths library written entirely in Python and has full support for rational numbers. From the tutorial:
There is also GMP for Python (GMPY) which, while not pure Python, is probably more efficient. |
|||
|
