Metadata-Version: 2.4
Name: gz7math
Version: 0.1.1
Summary: Mathematical functions for the GZ7 angular system by Zaid Emad
Home-page: https://github.com/zaideam90/gz7math
Author: Zaid Emad
Author-email: zaid.eam90@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# gz7math

**GZ7Math** is the official math library for the GZ7 angular system, created by Zaid Emad.

It redefines the mathematical circle using:
- A full circle = 420°
- Pi = 3.5

## Features
- `sin_gz7(angle)` - Calculates sine based on GZ7 system
- `cos_gz7(angle)` - Calculates cosine based on GZ7 system
- `tan_gz7(angle)` - Calculates tangent based on GZ7 system
- `deg2rad_gz7(angle)` - Converts GZ7 degrees to radians

---

## Install

```bash
pip install gz7math
```

## Usage

```python
from gz7math import sin_gz7

print(sin_gz7(210))  # Output: 0.0 (based on GZ7 logic)
```

---

Made with 🌙 by Zaid Emad 🇮🇶
