Metadata-Version: 2.1
Name: mathematics
Version: 0.0.0a0.dev202211172
Summary: A package with mathematical functions
Home-page: https://github.com/arihant2math/mathematics
Author: Ashwin Naren
Author-email: arihant2math@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Requires: numpy
Requires: matplotlib
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# The Mathematics Package 0.0.0a1
[![CI](https://github.com/arihant2math/mathematics/actions/workflows/test.yml/badge.svg)](https://github.com/arihant2math/mathematics/actions/workflows/test.yml)
[![Documentation Status](https://readthedocs.org/projects/mathematics-package/badge/?version=latest)](https://mathematics-package.readthedocs.io/en/latest/?badge=latest)

A mathematics package that aims to cover most mathematical use cases of python that are not implemented in the
[standard library](https://docs.python.org/3/library/).
