]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add first-cut at an approximation function (still needs rounding tweaks). Add contin...
authorRaymond Hettinger <python@rcn.com>
Thu, 24 Jan 2008 00:54:21 +0000 (00:54 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 24 Jan 2008 00:54:21 +0000 (00:54 +0000)
commitcf10926088c1e8a4f2d3097e095fa0fd7d5d681a
tree62335adb430d706e1c5cd7b9caae5eb0a08450c2
parent9acc387bcfca60f4f641f52914e70714034b085c
Add first-cut at an approximation function (still needs rounding tweaks).  Add continued fraction conversions.
Lib/rational.py
Lib/test/test_rational.py