https://github.com/hungrybluedev/nt
Commonly used Number Theory functions like GCD, Euler Function, etc.
https://github.com/hungrybluedev/nt
Last synced: 4 months ago
JSON representation
Commonly used Number Theory functions like GCD, Euler Function, etc.
- Host: GitHub
- URL: https://github.com/hungrybluedev/nt
- Owner: hungrybluedev
- License: mit
- Created: 2020-08-21T08:45:54.000Z (almost 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-09-06T19:11:03.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T23:44:30.582Z (about 1 year ago)
- Language: HTML
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Theory
## Introduction
This website contains a library of algorithm implementations for common number theory operations. I wanted to implement these to make sure that I always have access to dependable fallback whenever the inputs become unwieldy.
## Link
Link to the publicly available interface is [hungrybluedev.github.io/nt](https://hungrybluedev.github.io/nt/)
## List of Algorithms
1. [Greatest Common Divisor](https://hungrybluedev.github.io/nt/gcd.html)
2. Diophantine Equation
3. Linear Congruence Equation
4. Chinese Remainder Theorem
## Support
_Create an issue before you create a pull-request._
Create an issue for a feature request or to report a bug. Be as detailed as possible. As a minimum, mention the page (the HTML file) in question, the expected behaviour and the observed behaviour. If it is non-trivial, mention the exact requirements needed to reproduce the environment where the bug was observed, or the new feature is required.
If you found the project useful, consider supporting me on Ko-fi or Patreon.
[
](https://ko-fi.com/hungrybluedev)
[
](https://www.patreon.com/hungrybluedev)
## License
Copyright (c) 2020 - present Subhomoy Haldar ([Hungry Blue Dev](https://hungrybluedev.in/))
Licensed under the MIT License. See [LICENSE](LICENSE) for more information.