Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpmachado/egc
Program with a collection of algorithms to compute as egyptians did
https://github.com/cpmachado/egc
egyptology mathematics
Last synced: about 4 hours ago
JSON representation
Program with a collection of algorithms to compute as egyptians did
- Host: GitHub
- URL: https://github.com/cpmachado/egc
- Owner: cpmachado
- License: mit
- Created: 2023-03-05T14:44:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:21:28.000Z (8 days ago)
- Last Synced: 2024-10-29T13:12:40.674Z (8 days ago)
- Topics: egyptology, mathematics
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egc
[![CI](https://github.com/cpmachado/egc/actions/workflows/ci.yml/badge.svg)](https://github.com/cpmachado/egc/actions/workflows/ci.yml)
A simple program to compute an unitary fraction expansion of a given fraction.
It's output is in a csv in a different line.
## TODO
Before release 1.0:
- [x] Add flags to pass parameters directly.
- [x] Add different format output.(simple vs csv)
- [ ] Add proper documentation.After:
- Expand the suite of capabilities, with:
+ Division
+ False position method
+ Others
- More to be defined.## License
See [LICENSE](LICENSE) for details.