Skip to content

0xKilty/number-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number-theory

GitHub last commit Website GitHub code size in bytes PyPI - License GitHub License

PyPi Github Docs

number-theory is an opensource Python library designed to provide a comprehensive suite of tools for exploring and analyzing number theory concepts. Developed with simplicity, efficiency, and extensibility in mind. This project is avalible in python though pip modules and can be viewed on PyPi.

Featuring a wide range of functions and algorithms, number-theory offers solutions to various problems in number theory, including prime numbers, factorization, modular arithmetic, Diophantine equations, and more. Whether you're a beginner seeking to understand fundamental concepts or a seasoned mathematician tackling complex problems, number-theory provides the essential tools to support your exploration and research.

Usage

numbertheory is avalible as a python package and can be installed with pip.

pip install numbertheory

View the PyPi package here.

To use numbertheory in a python script, it can be imported with the following line.

import numbertheory

Contribute

number-theory is open source which means that anyone can contribute to the project. The project uses git at the version control system and is hosted on Github. There are many ways to contribute to the project such as, adding a new function related to number theory, fixing or adding documentation, and adding test cases. To learn more about git and the specifics of how to contribute to open source projects, please vist opensource.guide.