Metadata-Version: 2.4
Name: tantheta
Version: 1.0.4
Summary: Mathematics-powered Python library for symbolic computation, calculus, and mathematical problem solving
Home-page: https://github.com/Ayushparwal/tantheta
Author: Ayush Parwal
Author-email: Ayush Parwal <ayushparwal777@gmail.com>
License-Expression: MIT
Project-URL: Source, https://github.com/Ayushparwal/tantheta
Keywords: symbolic math,algebra,calculus,trigonometry,math toolkit,math solver,sympy,mathematics,cli tool,math automation,educational,math library,python math,differentiation,integration
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: sympy>=1.12
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 🧮 tantheta

**tantheta** is a lightweight, beginner-friendly Python library for solving a wide range of mathematical problems like algebra, calculus, trigonometry, and statistics — using symbolic math.

Built on top of [SymPy](https://www.sympy.org/), `tantheta` helps students, educators, and developers easily compute and format math expressions.

---

## ✨ Features

- 🔢 Algebraic simplification and equation solving
- ∫ Symbolic calculus (differentiation and integration)
- 📐 Trigonometric equation solving
- 📊 Basic statistics (mean, median, variance, etc.)
- 🧠 Expression formatting with LaTeX

---

## 📦 Installation

```bash
pip install tantheta
