repeating-decimal 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Convert repeating decimals into Fractions.
|
|
|
3
3
|
|
|
4
4
|
This package provides a utility to convert numbers with repeating parts(e.g. 0.987123123123...=41089/41625) into a reduced fractional representation.
|
|
5
5
|
|
|
6
|
-
##
|
|
6
|
+
## Warning
|
|
7
7
|
There is currently a bug that may prevent numbers from being generated correctly if they contain zeros.
|
|
8
8
|
|
|
9
9
|
## Features
|