Metadata-Version: 2.4
Name: boring-math-integer-math
Version: 1.2.0
Summary: Integer Mathematics
Keywords: gcd,lcm,number-theory,primes
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
Classifier: Development Status :: 7 - Inactive
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pythonic-fp-circulararray>=5.3.2
Requires-Dist: pythonic-fp-iterables>=5.1.1
Requires-Dist: pytest>=8.4.1 ; extra == "test"
Project-URL: Changelog, https://github.com/grscheller/boring-math-integer-math/blob/main/CHANGELOG.md
Project-URL: Documentation, https://grscheller.github.io/boring-math/integer-math/v1.1.0/build/html/
Project-URL: Homepage, https://grscheller.github.io/boring-math/homepage/build/html
Project-URL: Source, https://github.com/grscheller/boring-math-integer-math
Provides-Extra: test

Boring Math - Integer Math
==========================

DEPRECATED!!!
-------------

**Effort has been divided between the boring-math-combinatorics
and boring-math-number-theory PyPI projects.**

PyPI project
`boring-math-integer-math
<https://pypi.org/project/boring-math-integer-math>`_.

Python module implementing two integer oriented math libraries.

- number theory module: boring_math.integer_math.number_theory
- combinatorics module: boring_math.integer_math.combinatorics

This PyPI project is part of the
`Boring Math
<https://github.com/grscheller/boring-math/blob/main/README.md>`_ projects.

Documentation
-------------

Documentation for this project is hosted on
`GitHub Pages
<https://grscheller.github.io/boring-math/integer-math/development/build/html>`_.

Copyright and License
---------------------

Copyright (c) 2023-2025 Geoffrey R. Scheller. Licensed under the Apache
License, Version 2.0. See the LICENSE file for details.

