https://github.com/emik03/emik.numerics.fractions
Contains a basic fractional type that represents a numerator and denominator.
https://github.com/emik03/emik.numerics.fractions
Last synced: about 2 months ago
JSON representation
Contains a basic fractional type that represents a numerator and denominator.
- Host: GitHub
- URL: https://github.com/emik03/emik.numerics.fractions
- Owner: Emik03
- License: mpl-2.0
- Created: 2023-01-29T11:24:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T10:51:18.000Z (over 1 year ago)
- Last Synced: 2026-04-27T13:32:47.154Z (3 months ago)
- Language: C#
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Emik.Numerics.Fractions
[](https://www.nuget.org/packages/)
[](https://github.com/Emik03/Emik.Numerics.Fractions/blob/main/LICENSE)
Contains a basic fractional type that represents a numerator and denominator.
This project has a dependency to [Emik.Morsels](https://github.com/Emik03/Emik.Morsels), if you are building this project, refer to its [README](https://github.com/Emik03/Emik.Morsels/blob/main/README.md) first.
---
- [Contribute](#contribute)
- [License](#license)
---
## Contribute
Issues and pull requests are welcome to help this repository be the best it can be.
## License
This repository falls under the [MPL-2 license](https://www.mozilla.org/en-US/MPL/2.0/).