Skip to content

Support for recurring decimal fractions

Choose a tag to compare

@bradley101 bradley101 released this 05 Nov 06:06

Now you can create fractions from recurring decimal numbers.

>>> print(Fraction.fromdecimal(1.3, rec='3'))
4/3