Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilk/frac2dec
convert fraction to repeating decimal
https://github.com/jwilk/frac2dec
Last synced: about 1 month ago
JSON representation
convert fraction to repeating decimal
- Host: GitHub
- URL: https://github.com/jwilk/frac2dec
- Owner: jwilk
- License: mit
- Created: 2023-05-02T13:37:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-29T10:50:53.000Z (11 months ago)
- Last Synced: 2024-08-09T00:22:28.374Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
.. code:: console
$ frac2dec 9 42
3 / 14 = 0.2(142857).. vim:ft=rst ts=3 sts=3 sw=3 et