Metadata-Version: 2.1
Name: ntalgo
Version: 0.0.1
Summary: some methods of number theory
Home-page: UNKNOWN
Author: Rahul Golder
Author-email: rahulgolder0202@gmail.com
License: MIT
Keywords: calculator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This Library is an implementation of number theory algorithms
Files present:
prime.py -> Functions involving Prime Numbers
calculator.py -> Functions of Basic Arithmetic
setup.py -> Setup File
__init__.py -> Main Function file


Change Log
==========

0.0.1 (19/04/2020)
-------------------
- First Release

