Metadata-Version: 2.1
Name: numbertheory
Version: 0.0.2
Summary: Common number theoretic functions.
Home-page: https://0xkilty.github.io/number-theory/
Author: 0xKilty
Author-email: ian.kilty@colostate.edu
License: GPL-3.0 License
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Provides-Extra: dev

# number-theory
![GitHub last commit](https://img.shields.io/github/last-commit/0xKilty/number-theory) 
![Website](https://img.shields.io/website?url=https%3A%2F%2F0xkilty.github.io%2Fnumber-theory%2F)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/0xKilty/number-theory)
![PyPI - License](https://img.shields.io/pypi/l/numbertheory)
![GitHub License](https://img.shields.io/github/license/0xKilty/number-theory)

[PyPi](https://pypi.org/project/numbertheory/)
[Github](https://github.com/0xKilty/number-theory)

This is a collection of mathematical functions in number theory in different programming languages. Number theory and computer science go hand in hand and the purpose of this project is to bridge the gap between programming and mathematics.
