Metadata-Version: 2.1
Name: jcmath
Version: 0.0.1
Summary: JenCat custom math library with implemented math functions
Home-page: https://github.com/jencat42/jcmath
Author: JenCat
Author-email: jeniokatutza@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

# Custom JCMath Library

This is a Python library that provides custom implementations of mathematical functions such as fmod, atan, sin, cos, tan, and atan2 without relying on external libraries.

## Installation

You can install the library using pip:

```bash
python3 -m pip install jcmath
```

## Usage

```python
from jcmath import JCMath

# Create an instance of JCMath
jcmath = JCMath()

# Compute and print values
custom_math.test()
```

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
