Metadata-Version: 2.4
Name: mathwizard
Version: 0.1.0
Summary: A simple math utility library
Home-page: https://github.com/eldareliyev/mathwizard
Author: Eldar Eliyev
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# MathWizard

A simple Python library for basic math operations.

## Functions
- add(a, b)
- subtract(a, b)
- multiply(a, b)
- divide(a, b)
- factorial(n)
