https://github.com/sr-murthy/inttools
Some utilities for integers, integer sequences, arithmetic properties of integers, special sequences and sets
https://github.com/sr-murthy/inttools
integer-sequences integers number-theory sets
Last synced: about 2 months ago
JSON representation
Some utilities for integers, integer sequences, arithmetic properties of integers, special sequences and sets
- Host: GitHub
- URL: https://github.com/sr-murthy/inttools
- Owner: sr-murthy
- License: mit
- Created: 2017-01-18T04:24:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-02T12:22:49.000Z (8 months ago)
- Last Synced: 2025-08-10T18:12:34.833Z (7 months ago)
- Topics: integer-sequences, integers, number-theory, sets
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inttools
A collection of utilities relating to integers, including integers with special properties, integer sequences and sets. Also includes some utilities relating to complex numbers (arithmetic and int,float->complex conversion) and Gaussian integers. Most of the code was originally written as part of solutions to problems in the Project Euler competition.