Metadata-Version: 2.4
Name: extendedmath
Version: 1.0.0
Summary: Extended mathematics library for Python
Author: Mikail Huseynov
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: summary

# ExtendedMath

ExtendedMath is an extended mathematics library for Python.

It adds many useful mathematical functions and tools that are not included directly in Python's standard `math` module.

## ✨ Features

ExtendedMath provides functions for:

- ➕ Basic mathematics
- √ Roots and powers
- 📐 Trigonometry
- 📊 Statistics
- 🔢 Prime numbers
- ❗ Factorials and combinatorics
- 📐 Geometry
- 🔄 Sequences
- ♾️ Hyperoperations
- 🎲 Random numbers
- ➗ Fractions
- 🔮 Complex numbers
- 🔢 Number conversions
- 📈 Interpolation
- 🔁 Collatz sequences
- 🧮 Mathematical constants
- And many more!

## 📦 Installation

Install ExtendedMath from PyPI:

```bash
pip install extendedmath
