Metadata-Version: 2.4
Name: smartfraction
Version: 1.0.0
Summary: Exact rational arithmetic with automatic reduction
Author: BludIsAnGrape
Author-email: fertansik@gmail.com
Keywords: fraction rational arithmetic math precision exact
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-python
Dynamic: summary

# SmartFraction

Exact rational arithmetic with automatic reduction. No more floating-point errors!

## Installation

```bash
pip install smartfraction
