Metadata-Version: 2.1
Name: mathegenius
Version: 1.0.0
Summary: A Python module for performing specific mathematical operations
Home-page: https://github.com/samyar89/mathegenius
Author: Samyar Norouzi
Author-email: s.noruzi1389@gmail.com
Project-URL: Bug Tracker, https://github.com/samyar89/mathegenius/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# mathegenius

`mathegenius` is a Python module designed to provide various mathematical utilities, including perfect square checks, power calculations, tetration, and operations related to natural numbers such as prime checking, divisors, and factorization.

## Features

- **Check Perfect Square**: Determine if a number is a perfect square.
- **Square a Number**: Calculate the square of a number.
- **Tetration**: Perform tetration operations.
- **Natural Number Operations**: Work with natural numbers to find divisors, prime factors, and perform other related calculations.

## Installation

To install the `mathegenius` module, use `pip`:

```bash
pip install mathegenius
